Compilation fixes for BSD.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1098 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2003-08-11 15:56:17 +00:00
parent b629dcb724
commit e09b7619b8
+3 -1
View File
@@ -28,8 +28,10 @@
# else # else
typedef int intptr_t; typedef int intptr_t;
# endif # endif
#else #elif defined (__linux__)
# include <stdint.h> # include <stdint.h>
#else
# include <inttypes.h>
#endif #endif
#if defined(__MACOS__) #if defined(__MACOS__)