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. --- windows/file.c | 1 + 1 file changed, 1 insertion(+) (limited to 'windows/file.c') diff --git a/windows/file.c b/windows/file.c index f8372b453..e9eb9caf9 100644 --- a/windows/file.c +++ b/windows/file.c @@ -34,6 +34,7 @@ #include "utils/corestrings.h" #include "utils/url.h" #include "utils/file.h" +#include "utils/string.h" #include "desktop/browser.h" #include "windows/file.h" -- cgit v1.2.3