Loading fastbootd/commands/partitions.c +1 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ #include <sys/types.h> #include <sys/stat.h> #include <errno.h> #include <fcntl.h> #include <sys/mman.h> #include <sys/stat.h> Loading fastbootd/config.c +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ * SUCH DAMAGE. */ #include <errno.h> #include <fcntl.h> #include <string.h> #include <unistd.h> Loading fastbootd/transport.c +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ * limitations under the License. */ #include <errno.h> #include <pthread.h> #include <stddef.h> #include <stdio.h> Loading fastbootd/usb_linux_client.c +1 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ */ #include <endian.h> #include <errno.h> #include <fcntl.h> #include <pthread.h> #include <stdio.h> Loading fastbootd/utils.c +1 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ #include <errno.h> #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> Loading Loading
fastbootd/commands/partitions.c +1 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ #include <sys/types.h> #include <sys/stat.h> #include <errno.h> #include <fcntl.h> #include <sys/mman.h> #include <sys/stat.h> Loading
fastbootd/config.c +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ * SUCH DAMAGE. */ #include <errno.h> #include <fcntl.h> #include <string.h> #include <unistd.h> Loading
fastbootd/transport.c +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ * limitations under the License. */ #include <errno.h> #include <pthread.h> #include <stddef.h> #include <stdio.h> Loading
fastbootd/usb_linux_client.c +1 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ */ #include <endian.h> #include <errno.h> #include <fcntl.h> #include <pthread.h> #include <stdio.h> Loading
fastbootd/utils.c +1 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ #include <errno.h> #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> Loading