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. --- atari/download.c | 1 + atari/file.c | 1 + 2 files changed, 2 insertions(+) (limited to 'atari') diff --git a/atari/download.c b/atari/download.c index c6f1d684b..dad5d1f76 100644 --- a/atari/download.c +++ b/atari/download.c @@ -29,6 +29,7 @@ #include "utils/messages.h" #include "utils/utils.h" #include "utils/nsoption.h" +#include "utils/string.h" #include "content/urldb.h" #include "content/fetch.h" #include "desktop/save_complete.h" diff --git a/atari/file.c b/atari/file.c index b6d465f91..499edd627 100644 --- a/atari/file.c +++ b/atari/file.c @@ -29,6 +29,7 @@ #include "utils/url.h" #include "utils/nsurl.h" #include "utils/file.h" +#include "utils/string.h" /** * \file -- cgit v1.2.3