summaryrefslogtreecommitdiff
path: root/src/bson
diff options
context:
space:
mode:
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