freebsd-ports/news/PicMonger/files/patch-aa
Donald Burr 0ee0426a57 Import of new port news/PicMonger, a little GTK utility that makes
it easy to decode those "naughty" groups. :)

Obtained from:		freshmeat, of course :)
2000-07-24 05:57:31 +00:00

12 lines
280 B
Text

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