From: Sebastien Estienne Date: Tue, 11 Oct 2005 23:32:59 +0000 (+0000) Subject: * include config.h was missing in rrlist.c and added stdlib.h for NULL X-Git-Url: https://git.meshlink.io/?a=commitdiff_plain;h=7484feb19b10878042dcb8cea618d10df5440c1c;p=catta * 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 --- 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