From 0958ed584431ac09e676dd51925e56142416e7c2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 23 Dec 2010 16:13:11 +0100 Subject: utils: move string_array_contains() to string_util.c --- src/conf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/conf.c') diff --git a/src/conf.c b/src/conf.c index 70594208..3310da17 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" -- cgit v1.2.3