diff options
author | Max Kellermann <max@duempel.org> | 2010-12-23 16:13:11 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-12-23 16:23:04 +0100 |
commit | 0958ed584431ac09e676dd51925e56142416e7c2 (patch) | |
tree | 59f9b185d8381368f7bb8a9ae5beb595914c13dd /src/conf.c | |
parent | e3cba18532a24bf20a4174070159eef647057464 (diff) | |
download | mpd-0958ed584431ac09e676dd51925e56142416e7c2.tar.gz mpd-0958ed584431ac09e676dd51925e56142416e7c2.tar.xz mpd-0958ed584431ac09e676dd51925e56142416e7c2.zip |
utils: move string_array_contains() to string_util.c
Diffstat (limited to 'src/conf.c')
-rw-r--r-- | src/conf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf.c b/src/conf.c index 705942085..3310da17e 100644 --- a/src/conf.c +++ b/src/conf.c @@ -20,6 +20,7 @@ #include "config.h" #include "conf.h" #include "utils.h" +#include "string_util.h" #include "tokenizer.h" #include "path.h" #include "glib_compat.h" |