diff options
Diffstat (limited to 'sys-apps/ucspi-unix/files/ucspi-unix-0.36-include-sys_socket.h.patch')
-rw-r--r-- | sys-apps/ucspi-unix/files/ucspi-unix-0.36-include-sys_socket.h.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-apps/ucspi-unix/files/ucspi-unix-0.36-include-sys_socket.h.patch b/sys-apps/ucspi-unix/files/ucspi-unix-0.36-include-sys_socket.h.patch new file mode 100644 index 000000000000..0d96450911c5 --- /dev/null +++ b/sys-apps/ucspi-unix/files/ucspi-unix-0.36-include-sys_socket.h.patch @@ -0,0 +1,11 @@ +diff -Naur ucspi-unix-0.36.orig/env.c ucspi-unix-0.36/env.c +--- ucspi-unix-0.36.orig/env.c 2002-06-10 23:12:06.000000000 +0200 ++++ ucspi-unix-0.36/env.c 2008-11-06 16:31:09.000000000 +0100 +@@ -2,6 +2,7 @@ + #include <stdlib.h> + #include <unistd.h> + #include <sysdeps.h> ++#include <sys/socket.h> + + extern const char* utoa(unsigned long); + |