diff options
-rw-r--r-- | news/noffle/files/patch-src::client.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/news/noffle/files/patch-src::client.c b/news/noffle/files/patch-src::client.c new file mode 100644 index 0000000..eb40947 --- /dev/null +++ b/news/noffle/files/patch-src::client.c @@ -0,0 +1,10 @@ +--- src/client.c.orig Sun Oct 26 22:31:18 2003 ++++ src/client.c Sun Oct 26 22:31:34 2003 +@@ -8,6 +8,7 @@ + #include <config.h> + #endif + ++#include <sys/types.h> + #include <stdio.h> + #include <arpa/inet.h> + #include <ctype.h> |