author | Camm Maguire <camm@debian.org> | 2003年02月27日 16:14:10 +0000 |
---|---|---|
committer | Camm Maguire <camm@debian.org> | 2003年02月27日 16:14:10 +0000 |
commit | 2ef6c20533426e032ed337dd5f69766c073128e9 (patch) | |
tree | e0f553f825dd15ccf0b3e8a7dd79b1545be864d8 | |
parent | f360a4c8daa2f1dfb64270c7444954d5e81f9016 (diff) | |
download | gcl-2ef6c20533426e032ed337dd5f69766c073128e9.tar.gz |
-rw-r--r-- | gcl/unixport/sys_ansi_gcl.c | 5 | ||||
-rwxr-xr-x | gcl/unixport/sys_gcl.c | 5 |
diff --git a/gcl/unixport/sys_ansi_gcl.c b/gcl/unixport/sys_ansi_gcl.c index 8dee7b977..08db48540 100644 --- a/gcl/unixport/sys_ansi_gcl.c +++ b/gcl/unixport/sys_ansi_gcl.c @@ -1,7 +1,4 @@ -#ifdef __MINGW32__ -# include <string.h> -#endif - +#include <string.h> #include <stdlib.h> #include "../h/include.h" diff --git a/gcl/unixport/sys_gcl.c b/gcl/unixport/sys_gcl.c index 80183f391..662da4569 100755 --- a/gcl/unixport/sys_gcl.c +++ b/gcl/unixport/sys_gcl.c @@ -1,7 +1,4 @@ -#ifdef __MINGW32__ -# include <string.h> -#endif - +#include <string.h> #include <stdlib.h> #include "../h/include.h" |