summaryrefslogtreecommitdiffstats
path: root/avahi-common
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-10-28 22:30:56 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-10-28 22:30:56 +0000
commiteee711106f721fc73a1ef50348984b7a1d9cb595 (patch)
treeb4f05351d046fec9bf454c381b5fdb4018cf9e4f /avahi-common
parent48f053dc87279e2e3cad561db5b744cbcbf32387 (diff)
* many trivial fix to make avahi compile on OpenBSD
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@903 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common')
-rw-r--r--avahi-common/address.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-common/address.c b/avahi-common/address.c
index 640aa06..c8ddf7f 100644
--- a/avahi-common/address.c
+++ b/avahi-common/address.c
@@ -23,8 +23,8 @@
#include <config.h>
#endif
-#include <netinet/in.h>
#include <sys/types.h>
+#include <netinet/in.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <string.h>