diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-09-29 03:44:05 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-09-29 03:44:05 +0000 |
commit | e78331a9633a7ed466ae2d0bd2c29828eb112eae (patch) | |
tree | b96ac17f4ec6a977031d1dcf40e70ad8aecbcbd2 /devel/android-tools-adb-devel/files/patch-adb_commandline.h | |
parent | games/aquaria: update to 1.002.22 (diff) |
devel/android-tools-{adb,fastboot}-devel: update to n.p.5.3582
Changes: https://android.googlesource.com/platform/system/core/+log/2f21b7cecda2..dfd30c4a169e/adb
Changes: https://android.googlesource.com/platform/system/core/+log/2f21b7cecda2..dfd30c4a169e/fastboot
Notes
Notes:
svn path=/head/; revision=422901
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 |