summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-21 22:36:21 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-21 22:36:21 +0100
commit7d9c9dba3610bb14c0de6acb1bdaf9ec49a66f33 (patch)
tree5efbbb0accdce7586dfe518f3ea0c00a6e8a9c43 /amiga
parent3488e337b64f7444f3021ca98f391d4ded3326e4 (diff)
downloadnetsurf-7d9c9dba3610bb14c0de6acb1bdaf9ec49a66f33.tar.gz
netsurf-7d9c9dba3610bb14c0de6acb1bdaf9ec49a66f33.tar.bz2
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.
Diffstat (limited to 'amiga')
-rw-r--r--amiga/download.c1
-rwxr-xr-xamiga/misc.c1
-rw-r--r--amiga/theme.c1
-rw-r--r--amiga/tree.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/amiga/download.c b/amiga/download.c
index fc58bd48e..21c21cade 100644
--- a/amiga/download.c
+++ b/amiga/download.c
@@ -47,6 +47,7 @@
#include "utils/messages.h"
#include "utils/utils.h"
#include "utils/nsoption.h"
+#include "utils/string.h"
#include "desktop/download.h"
#include "desktop/save_complete.h"
#include "desktop/browser.h"
diff --git a/amiga/misc.c b/amiga/misc.c
index ae91bf3b2..dc87ae994 100755
--- a/amiga/misc.c
+++ b/amiga/misc.c
@@ -16,6 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
diff --git a/amiga/theme.c b/amiga/theme.c
index 97b6bab4f..399a11663 100644
--- a/amiga/theme.c
+++ b/amiga/theme.c
@@ -18,6 +18,7 @@
#include "amiga/os3support.h"
+#include <stdlib.h>
#include <string.h>
#include <proto/clicktab.h>
diff --git a/amiga/tree.c b/amiga/tree.c
index fd0a5a61e..48b152199 100644
--- a/amiga/tree.c
+++ b/amiga/tree.c
@@ -18,6 +18,7 @@
#include "amiga/os3support.h"
+#include <stdlib.h>
#include <proto/window.h>
#include <proto/layout.h>
#include <proto/space.h>