diff options
Diffstat (limited to 'devel/android-tools-adb-devel/files/patch-adb_commandline.h')
-rw-r--r-- | devel/android-tools-adb-devel/files/patch-adb_commandline.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/android-tools-adb-devel/files/patch-adb_commandline.h b/devel/android-tools-adb-devel/files/patch-adb_commandline.h new file mode 100644 index 000000000000..a957ad260f33 --- /dev/null +++ b/devel/android-tools-adb-devel/files/patch-adb_commandline.h @@ -0,0 +1,11 @@ +--- adb/commandline.h.orig 2016-09-28 18:07:09 UTC ++++ adb/commandline.h +@@ -17,6 +17,8 @@ + #ifndef COMMANDLINE_H + #define COMMANDLINE_H + ++#include <stdio.h> ++ + #include "adb.h" + + // Callback used to handle the standard streams (stdout and stderr) sent by the |