OS/2 EMX fix

git-svn-id: svn://svn.cc65.org/cc65/trunk@588 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2001-01-03 20:49:07 +00:00
parent 51e5a7cf84
commit 77ec52a06d
2 changed files with 3 additions and 1 deletions

View File

@@ -38,6 +38,7 @@
#include <string.h> #include <string.h>
#include <ctype.h> #include <ctype.h>
#include <errno.h> #include <errno.h>
#include <sys/types.h> /* EMX needs this */
#include <sys/stat.h> #include <sys/stat.h>
/* common */ /* common */

View File

@@ -36,6 +36,7 @@
#include <string.h> #include <string.h>
#include <errno.h> #include <errno.h>
#include <time.h> #include <time.h>
#include <sys/types.h> /* EMX needs this */
#include <sys/stat.h> #include <sys/stat.h>
/* common */ /* common */