Use stdint for 32bit Linux in BSON.h
This commit is contained in:
parent
6f814528fc
commit
311190c148
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user