summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-12-30 13:56:48 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-12-30 13:56:48 (GMT)
commitb617a264f2ba51f864ba7bada165a2f092e11743 (patch)
tree45f3330d249d783d3238e71afacf5046b93542cc
parentd657dd21820a64524d0ca36a1abcafd39b449ac4 (diff)
downloadpowder-b617a264f2ba51f864ba7bada165a2f092e11743.zip
powder-b617a264f2ba51f864ba7bada165a2f092e11743.tar.gz
Fix header include for case sensitive filesystems
-rw-r--r--src/BSON.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BSON.c b/src/BSON.c
index 62dfc4f..61445e2 100644
--- a/src/BSON.c
+++ b/src/BSON.c
@@ -21,7 +21,7 @@
#include <time.h>
#include <limits.h>
-#include "bson.h"
+#include "BSON.h"
const int initialBufferSize = 128;