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
|
||||
typedef int intptr_t;
|
||||
# endif
|
||||
#else
|
||||
#elif defined (__linux__)
|
||||
# include <stdint.h>
|
||||
#else
|
||||
# include <inttypes.h>
|
||||
#endif
|
||||
|
||||
#if defined(__MACOS__)
|
||||
|
||||
Reference in New Issue
Block a user