summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-01-07 00:14:37 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-01-07 00:14:37 +0000
commit68f8fa1059f75b8e3a5f0bcebd8844bc67b9a4e7 (patch)
tree1967cc655ebcd74b1e58df6435113a293a12318f
parent7f62710772aaa801647b7e28668b1627f006d07c (diff)
downloadnetsurf-68f8fa1059f75b8e3a5f0bcebd8844bc67b9a4e7.tar.gz
netsurf-68f8fa1059f75b8e3a5f0bcebd8844bc67b9a4e7.tar.bz2
Include OS3 support header
Squash warning about implicit declaration of free() svn path=/trunk/netsurf/; revision=11238
-rwxr-xr-xamiga/fetch_mailto.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/amiga/fetch_mailto.c b/amiga/fetch_mailto.c
index d031d12a4..7212a2138 100755
--- a/amiga/fetch_mailto.c
+++ b/amiga/fetch_mailto.c
@@ -20,8 +20,11 @@
* Fetching of data from a file (implementation).
*/
+#include "amiga/os3support.h"
+
#include <string.h>
#include <stdbool.h>
+#include <stdlib.h>
#include <proto/exec.h>
#include <proto/dos.h>
#include <proto/utility.h>