summaryrefslogtreecommitdiff
path: root/news/PicMonger/files/patch-aa
blob: 9a7baa1453c95323fa199cd4c1e0308092723dfc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- InetSocket.h.old	Sun Jul 23 01:16:39 2000
+++ InetSocket.h	Sun Jul 23 01:16:49 2000
@@ -24,6 +24,9 @@
 #ifndef _INETSOCKET_H
 #define _INETSOCKET_H
 
+#ifdef __FreeBSD__
+#include <sys/types.h>
+#endif
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>