summaryrefslogtreecommitdiffstats
path: root/net/gnomenetwork/files/patch-gnome-netinfo::info.c
blob: d5db839419988c20db4e0b138b6222edb366f475 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- gnome-netinfo/info.c.orig   Tue Jun  3 04:51:08 2003
+++ gnome-netinfo/info.c    Tue Jun  3 04:52:27 2003
@@ -26,6 +26,10 @@
 #endif
 
 
+#ifdef __FreeBSD__
+#  include <netinet/in.h>
+#endif
+
 #include <sys/socket.h>    /* basic socket definitions */
 #include <arpa/inet.h> /* inet(3) functions */
 #include <sys/un.h>    /* for Unix domain sockets */