summaryrefslogtreecommitdiff
path: root/src/bson
diff options
context:
space:
mode:
authorntoskrnl <ntoskrnl11@yahoo.com>2012-07-29 15:55:26 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-02 14:20:14 (GMT)
commit87dfc47c9785f834e61eef4545c503071d1665fc (patch)
tree558c8c24c064a6f24cb5ee1fa0ab38e81e2aaadb /src/bson
parentcbefea85d717bd599fa0559f091b051e904d9e2f (diff)
downloadpowder-87dfc47c9785f834e61eef4545c503071d1665fc.zip
powder-87dfc47c9785f834e61eef4545c503071d1665fc.tar.gz
Separate operating system and architecture preprocessor definitions
Conflicts: SConscript
Diffstat (limited to 'src/bson')
-rw-r--r--src/bson/BSON.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bson/BSON.h b/src/bson/BSON.h
index 960eea1..ff3aa8a 100644
--- a/src/bson/BSON.h
+++ b/src/bson/BSON.h
@@ -28,7 +28,7 @@
#include <stdarg.h>
#include "Config.h"
-#if defined(LIN64) || defined(LIN32) || defined(USE_STDINT)
+#if defined(LIN) || defined(USE_STDINT)
#include <sys/types.h>
#include <stdint.h>
#else