diff options
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/BSON.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/BSON.h b/includes/BSON.h index 159ebcd..afadcb9 100644 --- a/includes/BSON.h +++ b/includes/BSON.h @@ -29,7 +29,7 @@ #include "defines.h" #if defined(LIN64) || defined(USE_STDINT) -#include <sys\types.h> +#include <sys/types.h> #include <stdint.h> #else typedef long long int int64_t; |
