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/archive/bz2_plugin.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 'src/archive/bz2_plugin.c')
-rw-r--r-- | src/archive/bz2_plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/archive/bz2_plugin.c b/src/archive/bz2_plugin.c index 982b88182..b63a9ddfc 100644 --- a/src/archive/bz2_plugin.c +++ b/src/archive/bz2_plugin.c @@ -22,6 +22,7 @@ #include "archive_api.h" #include "input_stream.h" +#include "config.h" #include <stdint.h> #include <stddef.h> |