From 7d9c9dba3610bb14c0de6acb1bdaf9ec49a66f33 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 21 Apr 2016 22:36:21 +0100 Subject: Split utils header into string functions and everything else split out the string handling API from the rest of the utils header and fix up all the fallout. --- utils/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/url.c') diff --git a/utils/url.c b/utils/url.c index 450d47188..1e3ef423c 100644 --- a/utils/url.c +++ b/utils/url.c @@ -24,11 +24,11 @@ #include #include +#include #include #include "utils/config.h" #include "utils/log.h" -#include "utils/utils.h" #include "utils/url.h" -- cgit v1.2.3