summaryrefslogtreecommitdiffstats
path: root/avahi-utils
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-10-31 13:00:37 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-10-31 13:00:37 +0000
commit7aa497b127f2939317c42fccf533f873f525597d (patch)
tree3be24e10174ac1efab132817ee8b49701e93c8de /avahi-utils
parent5dcd0f6ff8458786206bace673263bcc04b53edf (diff)
* small fix in the #includes
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@909 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-utils')
-rw-r--r--avahi-utils/avahi-browse.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/avahi-utils/avahi-browse.c b/avahi-utils/avahi-browse.c
index 0bf58ef..dcf3e47 100644
--- a/avahi-utils/avahi-browse.c
+++ b/avahi-utils/avahi-browse.c
@@ -28,6 +28,8 @@
#include <getopt.h>
#include <assert.h>
#include <string.h>
+#include <sys/types.h>
+#include <sys/socket.h>
#include <net/if.h>
#include <locale.h>