blob: 0d96450911c5771e8f464599e06d155d0d1f4fa3 (
plain)
1
2
3
4
5
6
7
8
9
10
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);
|