summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/spidermonkey/ppc-amigaos-1.7.0/js.c.p
blob: 0009e4a68a5b1372175cc78befcc95d72bf3ec35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- js/src/js.c	2007-04-20 18:45:18 
+++ js-amiga/src/js.c	2012-07-06 21:15:11 
@@ -88,6 +88,10 @@
 #include <sys/wait.h>
 #endif
 
+#ifdef XP_AMIGA
+#include <fcntl.h>
+#endif
+
 #if defined(XP_WIN) || defined(XP_OS2)
 #include <io.h>     /* for isatty() */
 #endif