summaryrefslogtreecommitdiffstats
path: root/devel/gconf2/files/patch-gconf::gconf-internals.c
blob: cc04f69132849a2a213614ab1f988f5c6611eaaa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

$FreeBSD$

--- gconf/gconf-internals.c 2002/02/15 19:13:07 1.1
+++ gconf/gconf-internals.c 2002/02/15 19:13:32
@@ -26,6 +26,9 @@
 #include <string.h>
 #include <sys/stat.h>
 #include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
 #include <unistd.h>
 #include <stdlib.h>
 #include <stdio.h>