diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-05-06 16:37:33 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-05-06 16:37:33 +0000 |
commit | eca309458f9521a2e3276dc11a1792d5f2e227e4 (patch) | |
tree | 18d75f9654a9558ce96025c06baf171b9bc5c0ce /libavahi-core/strlst.c | |
parent | 876fead3c8984cf985cca439bfb4c7d31c01ccc9 (diff) |
add config.h inclusion to all *.c files
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@55 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'libavahi-core/strlst.c')
-rw-r--r-- | libavahi-core/strlst.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavahi-core/strlst.c b/libavahi-core/strlst.c index 94ff4db..ef9fa3e 100644 --- a/libavahi-core/strlst.c +++ b/libavahi-core/strlst.c @@ -19,6 +19,10 @@ USA. ***/ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <string.h> #include <stdarg.h> |