Use stdint for 32bit Linux in BSON.h

This commit is contained in:
Simon Robertshaw 2012-06-12 15:42:09 +01:00
parent 6f814528fc
commit 311190c148

View File

@ -28,7 +28,7 @@
#include <stdarg.h>
#include "Config.h"
#if defined(LIN64) || defined(USE_STDINT)
#if defined(LIN64) || defined(LIN32) || defined(USE_STDINT)
#include <sys/types.h>
#include <stdint.h>
#else