diff options
| author | Lennart Poettering <lennart@poettering.net> | 2007-09-06 17:01:24 +0000 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2007-09-06 17:01:24 +0000 | 
| commit | 202d8c80ee7f32e088046917405b88114a2bb9e8 (patch) | |
| tree | 1ef150d42161dd428d15128b53c16fdfa08c1830 | |
| parent | 8f106ca9eb014411a4276dd0ab87efce8921e332 (diff) | |
add more missing config.h inclusions
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1535 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
| -rw-r--r-- | avahi-common/dbus-watch-glue.c | 4 | ||||
| -rw-r--r-- | avahi-daemon/ini-file-parser-test.c | 4 | 
2 files changed, 8 insertions, 0 deletions
diff --git a/avahi-common/dbus-watch-glue.c b/avahi-common/dbus-watch-glue.c index 6ad1fac..35e2b45 100644 --- a/avahi-common/dbus-watch-glue.c +++ b/avahi-common/dbus-watch-glue.c @@ -19,6 +19,10 @@    USA.  ***/ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif +  #include <assert.h>  #include <stdio.h> diff --git a/avahi-daemon/ini-file-parser-test.c b/avahi-daemon/ini-file-parser-test.c index 47530b5..6560ab9 100644 --- a/avahi-daemon/ini-file-parser-test.c +++ b/avahi-daemon/ini-file-parser-test.c @@ -19,6 +19,10 @@    USA.  ***/ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif +  #include <stdio.h>  #include <avahi-common/malloc.h>  | 
