diff options
Diffstat (limited to 'devel/android-tools-adb/files/patch-sysdeps.h')
-rw-r--r-- | devel/android-tools-adb/files/patch-sysdeps.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/android-tools-adb/files/patch-sysdeps.h b/devel/android-tools-adb/files/patch-sysdeps.h new file mode 100644 index 000000000000..59c312f981f8 --- /dev/null +++ b/devel/android-tools-adb/files/patch-sysdeps.h @@ -0,0 +1,11 @@ +--- sysdeps.h.orig 2013-08-01 17:13:17.000000000 +0800 ++++ sysdeps.h 2013-08-01 17:13:39.000000000 +0800 +@@ -264,6 +264,8 @@ + #include <cutils/properties.h> + #include <cutils/misc.h> + #include <signal.h> ++#include <sys/types.h> ++#include <sys/socket.h> + #include <sys/wait.h> + #include <sys/stat.h> + #include <fcntl.h> |