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. --- beos/download.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'beos') diff --git a/beos/download.cpp b/beos/download.cpp index 791da3558..6145caf0c 100644 --- a/beos/download.cpp +++ b/beos/download.cpp @@ -24,6 +24,7 @@ extern "C" { #include "desktop/download.h" #include "desktop/gui_download.h" #include "utils/utils.h" +#include "utils/string.h" } #include "beos/download.h" -- cgit v1.2.3