summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-12-29 23:10:25 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-12-29 23:10:25 +0000
commite08872d7b31ecb1f3ddc1c4c856f900a585034df (patch)
tree9748beaace5ce58854428d1accb177126813179d
parent2d7144103ca5df39a29161feba1e2886014678d6 (diff)
downloadnetsurf-e08872d7b31ecb1f3ddc1c4c856f900a585034df.tar.gz
netsurf-e08872d7b31ecb1f3ddc1c4c856f900a585034df.tar.bz2
Squash warning
svn path=/trunk/netsurf/; revision=11151
-rwxr-xr-xamiga/utf8.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/amiga/utf8.c b/amiga/utf8.c
index 5609be348..98b465c47 100755
--- a/amiga/utf8.c
+++ b/amiga/utf8.c
@@ -16,6 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <stdlib.h>
+
#include <sys/types.h>
#include "utils/utf8.h"
#include <proto/exec.h>