summaryrefslogtreecommitdiffstats
path: root/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-dns-sd.c
blob: 6246bc91150e33f4853e21906c3f05813adf501d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- libgnomevfs/gnome-vfs-dns-sd.c.orig Fri Jun 18 13:20:41 2004
+++ libgnomevfs/gnome-vfs-dns-sd.c  Fri Jun 18 13:21:20 2004
@@ -24,6 +24,9 @@
 #include <config.h>
 
 #include <sys/time.h>
+#include <sys/types.h>
+#include <netinet/in.h>
+#include <arpa/nameser.h>
 #include <resolv.h>
 #include <string.h>
 #include "gnome-vfs-dns-sd.h"