]> git.meshlink.io Git - catta/commitdiff
* include config.h was missing in rrlist.c and added stdlib.h for NULL
authorSebastien Estienne <sebastien.estienne@gmail.com>
Tue, 11 Oct 2005 23:32:59 +0000 (23:32 +0000)
committerSebastien Estienne <sebastien.estienne@gmail.com>
Tue, 11 Oct 2005 23:32:59 +0000 (23:32 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@731 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-core/rrlist.c

index fce21ff0373547b14fcee7d15742abb429ffbfca..9d766844c022e4286c6f659eb7c9883bcfdf62f4 100644 (file)
   USA.
 ***/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#include <stdlib.h>
 #include <assert.h>
 
 #include <avahi-common/llist.h>