openbsd-ports/devel/adb/patches/patch-adb_sysdeps_h
2022-03-11 18:49:30 +00:00

11 lines
302 B
Plaintext

--- 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>