openbsd-ports/devel/adb/patches/patch-adb_sysdeps_h
ajacoutot fe17e9cbb6 Import adb-5.1.1.4.
Android Debug Bridge (adb) is a command line tool for communicating with Android
emulators and devices.

from Andrew Aldridge with tweak
ok landry@
2015-05-28 09:42:37 +00:00

12 lines
378 B
Plaintext

$OpenBSD: patch-adb_sysdeps_h,v 1.1.1.1 2015/05/28 09:42:37 ajacoutot Exp $
--- adb/sysdeps.h.orig Mon Feb 9 09:10:55 2015
+++ adb/sysdeps.h Tue May 5 07:56:50 2015
@@ -268,6 +268,7 @@ extern char* adb_strtok_r(char *str, const char *deli
#include <signal.h>
#include <sys/wait.h>
#include <sys/stat.h>
+#include <sys/socket.h>
#include <fcntl.h>
#include <pthread.h>