diff options
Diffstat (limited to 'audio/glurp/files/patch-src-includes::socket.h')
-rw-r--r-- | audio/glurp/files/patch-src-includes::socket.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/glurp/files/patch-src-includes::socket.h b/audio/glurp/files/patch-src-includes::socket.h new file mode 100644 index 000000000000..784a81fb0f07 --- /dev/null +++ b/audio/glurp/files/patch-src-includes::socket.h @@ -0,0 +1,10 @@ +--- src/includes.h.orig Wed Jun 9 16:41:28 2004 ++++ src/includes.h Sat Jun 5 21:01:51 2004 +@@ -11,6 +11,7 @@ + #define N_(str) str + #endif + ++#include <sys/types.h> + #include <sys/socket.h> + #include <netinet/in.h> + #include <netinet/tcp.h> |