Fixed a couple issues with gcc

This commit is contained in:
Steve Dudenhoeffer
2004-08-22 02:52:27 +00:00
parent 722cd23065
commit 51caf26399
3 changed files with 8 additions and 5 deletions

View File

@@ -51,7 +51,7 @@
#include <dlfcn.h>
#endif
#endif
#if defined __LCC__
#if defined __LCC__ || defined __linux__
#include <wchar.h> /* for wcslen() */
#endif