Fix header include for case sensitive filesystems

This commit is contained in:
Simon Robertshaw
2011-12-30 13:56:48 +00:00
parent d657dd2182
commit b617a264f2

View File

@@ -21,7 +21,7 @@
#include <time.h>
#include <limits.h>
#include "bson.h"
#include "BSON.h"
const int initialBufferSize = 128;