diff options
author | Max Kellermann <max@duempel.org> | 2009-01-08 21:37:02 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-08 21:37:02 +0100 |
commit | 5e93d3682faf450fb7dc34b1a5c458b87d8bf5d9 (patch) | |
tree | b3cee7d8c4df5a0e3e99975eb4c38af8a9a8b940 /src/zeroconf.c | |
parent | 1c2f24dfc694d20baca35269aa251ee131f08864 (diff) | |
download | mpd-5e93d3682faf450fb7dc34b1a5c458b87d8bf5d9.tar.gz mpd-5e93d3682faf450fb7dc34b1a5c458b87d8bf5d9.tar.xz mpd-5e93d3682faf450fb7dc34b1a5c458b87d8bf5d9.zip |
added missing explicit config.h includes
Diffstat (limited to '')
-rw-r--r-- | src/zeroconf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zeroconf.c b/src/zeroconf.c index f84eb9602..dd9790ae3 100644 --- a/src/zeroconf.c +++ b/src/zeroconf.c @@ -19,6 +19,7 @@ #include "zeroconf.h" #include "zeroconf-internal.h" #include "conf.h" +#include "config.h" #include <glib.h> |