summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-01-17 12:25:54 +0000
committerLennart Poettering <lennart@poettering.net>2006-01-17 12:25:54 +0000
commitb4bb609c78d2f4ce834a60efccd876117f0753f6 (patch)
treecf94c9704896901646b275057bcda55083087cb1
parent2419e7869d077821774a8d3f25168c3e70a6bfe6 (diff)
fix build on GNU (closes: #3)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1084 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--avahi-core/announce.c2
-rw-r--r--avahi-core/browse-domain.c2
-rw-r--r--avahi-core/multicast-lookup.c2
-rw-r--r--avahi-core/probe-sched.c2
-rw-r--r--avahi-core/querier.c2
-rw-r--r--avahi-core/query-sched.c2
-rw-r--r--avahi-core/resolve-address.c2
-rw-r--r--avahi-core/response-sched.c2
8 files changed, 16 insertions, 0 deletions
diff --git a/avahi-core/announce.c b/avahi-core/announce.c
index b66dada..4a87e1d 100644
--- a/avahi-core/announce.c
+++ b/avahi-core/announce.c
@@ -23,6 +23,8 @@
#include <config.h>
#endif
+#include <stdlib.h>
+
#include <avahi-common/timeval.h>
#include <avahi-common/malloc.h>
diff --git a/avahi-core/browse-domain.c b/avahi-core/browse-domain.c
index 5948c9b..0043806 100644
--- a/avahi-core/browse-domain.c
+++ b/avahi-core/browse-domain.c
@@ -23,6 +23,8 @@
#include <config.h>
#endif
+#include <stdlib.h>
+
#include <avahi-common/domain.h>
#include <avahi-common/malloc.h>
#include <avahi-common/error.h>
diff --git a/avahi-core/multicast-lookup.c b/avahi-core/multicast-lookup.c
index 8101df5..c3afcb0 100644
--- a/avahi-core/multicast-lookup.c
+++ b/avahi-core/multicast-lookup.c
@@ -23,6 +23,8 @@
#include <config.h>
#endif
+#include <stdlib.h>
+
#include <avahi-common/malloc.h>
#include <avahi-common/timeval.h>
diff --git a/avahi-core/probe-sched.c b/avahi-core/probe-sched.c
index cc2b2ec..4516379 100644
--- a/avahi-core/probe-sched.c
+++ b/avahi-core/probe-sched.c
@@ -23,6 +23,8 @@
#include <config.h>
#endif
+#include <stdlib.h>
+
#include <avahi-common/domain.h>
#include <avahi-common/timeval.h>
#include <avahi-common/malloc.h>
diff --git a/avahi-core/querier.c b/avahi-core/querier.c
index b1069d1..8a230cd 100644
--- a/avahi-core/querier.c
+++ b/avahi-core/querier.c
@@ -23,6 +23,8 @@
#include <config.h>
#endif
+#include <stdlib.h>
+
#include <avahi-common/timeval.h>
#include <avahi-common/malloc.h>
#include <avahi-common/error.h>
diff --git a/avahi-core/query-sched.c b/avahi-core/query-sched.c
index f875411..0319b02 100644
--- a/avahi-core/query-sched.c
+++ b/avahi-core/query-sched.c
@@ -23,6 +23,8 @@
#include <config.h>
#endif
+#include <stdlib.h>
+
#include <avahi-common/timeval.h>
#include <avahi-common/malloc.h>
diff --git a/avahi-core/resolve-address.c b/avahi-core/resolve-address.c
index 03e8967..a278bee 100644
--- a/avahi-core/resolve-address.c
+++ b/avahi-core/resolve-address.c
@@ -23,6 +23,8 @@
#include <config.h>
#endif
+#include <stdlib.h>
+
#include <avahi-common/timeval.h>
#include <avahi-common/malloc.h>
#include <avahi-common/error.h>
diff --git a/avahi-core/response-sched.c b/avahi-core/response-sched.c
index 7ab5575..ef10eca 100644
--- a/avahi-core/response-sched.c
+++ b/avahi-core/response-sched.c
@@ -23,6 +23,8 @@
#include <config.h>
#endif
+#include <stdlib.h>
+
#include <avahi-common/timeval.h>
#include <avahi-common/malloc.h>