freebsd-ports/news/noffle/files/patch-src::client.c
Kirill Ponomarev ed884f6646 - Fix build on 5.x
Reported by:	bento (kris)
2003-10-26 21:33:41 +00:00

10 lines
224 B
C

--- 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>