From 7484feb19b10878042dcb8cea618d10df5440c1c Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Tue, 11 Oct 2005 23:32:59 +0000 Subject: * 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 --- avahi-core/rrlist.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'avahi-core/rrlist.c') 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 +#endif + +#include #include #include -- cgit