summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-12-30 15:41:11 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-12-30 15:41:11 (GMT)
commit9c3139354753f01c8cce68bad958c17ab6054b46 (patch)
tree56be176b091b949a1ba49b29802e61fcfce1b815 /includes
parentc0a84f4558bc64e8b2f8240a34b4b5103cf92a56 (diff)
downloadpowder-9c3139354753f01c8cce68bad958c17ab6054b46.zip
powder-9c3139354753f01c8cce68bad958c17ab6054b46.tar.gz
Backlashforwardslashbackslashbacklashforwardslash
Diffstat (limited to 'includes')
-rw-r--r--includes/BSON.h2
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;