aboutsummaryrefslogtreecommitdiff
path: root/audio/shout/files/patch-sock.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/shout/files/patch-sock.c')
-rw-r--r--audio/shout/files/patch-sock.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/shout/files/patch-sock.c b/audio/shout/files/patch-sock.c
new file mode 100644
index 000000000000..8763c427e5de
--- /dev/null
+++ b/audio/shout/files/patch-sock.c
@@ -0,0 +1,21 @@
+--- sock.c Thu Apr 20 03:31:50 2000
++++ sock.c.new Wed Jun 14 15:43:59 2000
+@@ -12,8 +12,10 @@
+ #include <process.h>
+ #include <winbase.h>
+ #else /* *NIX */
++#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
++#include <arpa/inet.h>
+ #include <netdb.h>
+ #include <fcntl.h>
+ #include <sys/wait.h>
+@@ -22,7 +24,6 @@
+ #include <ctype.h>
+ #include <stdarg.h>
+ #include <errno.h>
+-#include <arpa/inet.h>
+ #include <sys/time.h>
+ #include <unistd.h>
+ #endif /* !win32 */