diff options
Diffstat (limited to 'news/PicMonger/files/patch-aa')
-rw-r--r-- | news/PicMonger/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/news/PicMonger/files/patch-aa b/news/PicMonger/files/patch-aa new file mode 100644 index 000000000000..9a7baa1453c9 --- /dev/null +++ b/news/PicMonger/files/patch-aa @@ -0,0 +1,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> |