diff options
Diffstat (limited to 'audio/icecast2/files/patch-src::sock.c')
-rw-r--r-- | audio/icecast2/files/patch-src::sock.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/icecast2/files/patch-src::sock.c b/audio/icecast2/files/patch-src::sock.c new file mode 100644 index 000000000000..67c50425f9cb --- /dev/null +++ b/audio/icecast2/files/patch-src::sock.c @@ -0,0 +1,18 @@ +--- src/sock.c.orig Mon Aug 5 20:57:27 2002 ++++ src/sock.c Mon Aug 5 20:57:48 2002 +@@ -19,6 +19,7 @@ + * + */ + ++#include <sys/types.h> + #ifdef HAVE_CONFIG_H + #ifdef _WIN32 + #include <win32config.h> +@@ -35,7 +36,6 @@ + + #include "definitions.h" + +-#include <sys/types.h> + #include <ctype.h> + + #ifdef HAVE_UNISTD_H |