summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Tytgat <joty@netsurf-browser.org>2009-04-18 11:50:27 +0000
committerJohn Tytgat <joty@netsurf-browser.org>2009-04-18 11:50:27 +0000
commit8e6513c1c041086be02de50425a17c9817c48afc (patch)
treee1341fb8ff5b305fc432922a3051f8f4e3252c85
parente55e75be07b28dd3fa85bc4530f230b84267efc2 (diff)
downloadiconv-8e6513c1c041086be02de50425a17c9817c48afc.tar.gz
iconv-8e6513c1c041086be02de50425a17c9817c48afc.tar.bz2
Fix include lines so it compiles cleanly with Norcroft and using its std C headers.
svn path=/trunk/iconv/; revision=7129
-rw-r--r--riscos/stubs/stubs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/stubs/stubs.c b/riscos/stubs/stubs.c
index aec8cf6..2bd1995 100644
--- a/riscos/stubs/stubs.c
+++ b/riscos/stubs/stubs.c
@@ -1,9 +1,9 @@
/* Iconv stubs */
#include <errno.h>
+#include <stdlib.h>
-#include <sys/errno.h>
-
+#include "kernel.h"
#include "swis.h"
#include "iconv.h"