aboutsummaryrefslogtreecommitdiff
path: root/audio/shout/files/patch-util.c
blob: e2f98e54eaa823008ac8c91ab5a1901a00eb0a20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- util.c.orig	2000-04-20 07:31:50 UTC
+++ util.c
@@ -18,8 +18,6 @@
 #include <process.h>
 #include <winbase.h>
 #else /*  *NIX  */
-#include <sys/socket.h>
-#include <netinet/in.h>
 #include <netdb.h>
 #include <fcntl.h>
 #include <sys/wait.h>
@@ -29,7 +27,6 @@
 #include <stdarg.h>
 #include <time.h>
 #include <errno.h>
-#include <arpa/inet.h>
 #include <sys/time.h>
 #include <unistd.h>
 #endif /* !win32 */