diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-27 00:41:29 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-27 13:25:57 +0100 |
commit | 49cf4170d0b586551527ebf4297f8a3fe6bd71a3 (patch) | |
tree | a0fc2d6f1352cd668a45747581494c58cf188a38 /src/test | |
parent | 7ccbd1ae843d77275f2c542582a9a80e5e058a70 (diff) |
util-lib: move web-related calls into web-util.[ch]
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/test-util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test-util.c b/src/test/test-util.c index a020b33e75..6c6fce2d6a 100644 --- a/src/test/test-util.c +++ b/src/test/test-util.c @@ -55,6 +55,7 @@ #include "util.h" #include "virt.h" #include "xattr-util.h" +#include "web-util.h" static void test_streq_ptr(void) { assert_se(streq_ptr(NULL, NULL)); |