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:
+3
-1
@@ -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__)
|
||||||
|
|||||||
Reference in New Issue
Block a user