Package: android-platform-tools / 35.0.2-1~exp6

system/add-missing-headers.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
Description: add missing headers
Forwarded: not-needed
--- a/system/core/fastboot/fastboot_driver_interface.h
+++ b/system/core/fastboot/fastboot_driver_interface.h
@@ -17,6 +17,7 @@
 
 #include <string>
 
+#include <stdint.h>
 #include "android-base/unique_fd.h"
 
 class Transport;