]> git.sur5r.net Git - cc65/commitdiff
OS/2 EMX fix
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 3 Jan 2001 20:49:07 +0000 (20:49 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 3 Jan 2001 20:49:07 +0000 (20:49 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@588 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ca65/scanner.c
src/ld65/objfile.c

index 7fb2fe97c13e8e5c90a4726d7a4172ff83760f23..e1a08e2e40ef1c8330351623970cc54e3a7afe16 100644 (file)
@@ -38,6 +38,7 @@
 #include <string.h>
 #include <ctype.h>
 #include <errno.h>
+#include <sys/types.h>         /* EMX needs this */
 #include <sys/stat.h>
 
 /* common */
index 26d7132e77c371a6c256fdc4a846cd3aa3aafa11..671c496db0675e78a373d1708b3e5ac602dc74a5 100644 (file)
@@ -36,6 +36,7 @@
 #include <string.h>
 #include <errno.h>
 #include <time.h>
+#include <sys/types.h>         /* EMX needs this */
 #include <sys/stat.h>
 
 /* common */
@@ -226,4 +227,4 @@ void ObjAdd (FILE* Obj, const char* Name)
 
 
 
-                            
+