diff options
Diffstat (limited to 'adb_install.h')
-rw-r--r-- | adb_install.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/adb_install.h b/adb_install.h index e9e88f755..121ae3cd2 100644 --- a/adb_install.h +++ b/adb_install.h @@ -17,6 +17,8 @@ #ifndef _ADB_INSTALL_H #define _ADB_INSTALL_H +#include <sys/types.h> + //class RecoveryUI; static void set_usb_driver(bool enabled); |