summaryrefslogtreecommitdiffstats
path: root/avahi-core/rrlist.c
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-10-11 23:32:59 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-10-11 23:32:59 +0000
commit7484feb19b10878042dcb8cea618d10df5440c1c (patch)
treef6335bf95d70ec23d7f97be02eb6955248e5eaa8 /avahi-core/rrlist.c
parent7397c0829083faf1c719fff430d8881f8a9b5030 (diff)
* include config.h was missing in rrlist.c and added stdlib.h for NULL
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@731 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/rrlist.c')
-rw-r--r--avahi-core/rrlist.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/avahi-core/rrlist.c b/avahi-core/rrlist.c
index fce21ff..9d76684 100644
--- a/avahi-core/rrlist.c
+++ b/avahi-core/rrlist.c
@@ -19,6 +19,11 @@
USA.
***/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#include <stdlib.h>
#include <assert.h>
#include <avahi-common/llist.h>