mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-03 04:52:35 +02:00
Use stdint for 32bit Linux in BSON.h
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user