]> git.meshlink.io Git - catta/commitdiff
fix build on GNU (closes: #3)
authorLennart Poettering <lennart@poettering.net>
Tue, 17 Jan 2006 12:25:54 +0000 (12:25 +0000)
committerLennart Poettering <lennart@poettering.net>
Tue, 17 Jan 2006 12:25:54 +0000 (12:25 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1084 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-core/announce.c
avahi-core/browse-domain.c
avahi-core/multicast-lookup.c
avahi-core/probe-sched.c
avahi-core/querier.c
avahi-core/query-sched.c
avahi-core/resolve-address.c
avahi-core/response-sched.c

index b66dadadb70cf831c017a29c1f00f4ec5dbb371d..4a87e1d273ca3886a63ee7ea303a5c130dc86bb1 100644 (file)
@@ -23,6 +23,8 @@
 #include <config.h>
 #endif
 
+#include <stdlib.h>
+
 #include <avahi-common/timeval.h>
 #include <avahi-common/malloc.h>
 
index 5948c9b9c159d4bdbec0bbcd6d5feb876defa6d7..0043806ea97c767ff28e68ab2c1223b2846bdeb2 100644 (file)
@@ -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>
index 8101df5cd987aedc85efdbcf00199d4a833a06f4..c3afcb0094e8fd3391ae3ed15e194dfefcb6a9df 100644 (file)
@@ -23,6 +23,8 @@
 #include <config.h>
 #endif
 
+#include <stdlib.h>
+
 #include <avahi-common/malloc.h>
 #include <avahi-common/timeval.h>
 
index cc2b2ecf9dc942f59bcc2e5ca58598a15ff0a64a..45163796ca655e0931b57dab72b23bcdfde564a1 100644 (file)
@@ -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>
index b1069d1846ef45a79fb19eb0d7b8e537552c9453..8a230cd7c886c003230b6c574e4c5ea30c9950e6 100644 (file)
@@ -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>
index f875411187ee5303df6257cc0d683673219f5348..0319b02df06c47220b72916b3e31c542f99b2eb8 100644 (file)
@@ -23,6 +23,8 @@
 #include <config.h>
 #endif
 
+#include <stdlib.h>
+
 #include <avahi-common/timeval.h>
 #include <avahi-common/malloc.h>
 
index 03e89676dcc33603a894cd3a8249c2a888e4e46a..a278beebbb6c99d7938d6f7dd38395c7db9173dc 100644 (file)
@@ -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>
index 7ab557523cd4d351aaa5d7c1fe83e802ffc3edaa..ef10eca2ccc50f5829af193f73de3e6ecd4c5c06 100644 (file)
@@ -23,6 +23,8 @@
 #include <config.h>
 #endif
 
+#include <stdlib.h>
+
 #include <avahi-common/timeval.h>
 #include <avahi-common/malloc.h>