Old typo in #define.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2883 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2007-12-23 05:03:18 +00:00
parent c1bafdfc45
commit 1a818a91a9
+1 -1
View File
@@ -32,7 +32,7 @@
#else
# include <sys/stat.h>
# include <unistd.h>
# define _POSIX_THREAD_SAFEFUNCTIONS
# define _POSIX_THREAD_SAFE_FUNCTIONS
// for readdir_r
# include <dirent.h>
#endif