diff options
| author | Simon 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) |
| commit | b617a264f2ba51f864ba7bada165a2f092e11743 (patch) | |
| tree | 45f3330d249d783d3238e71afacf5046b93542cc | |
| parent | d657dd21820a64524d0ca36a1abcafd39b449ac4 (diff) | |
| download | powder-b617a264f2ba51f864ba7bada165a2f092e11743.zip powder-b617a264f2ba51f864ba7bada165a2f092e11743.tar.gz | |
Fix header include for case sensitive filesystems
| -rw-r--r-- | src/BSON.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ #include <time.h> #include <limits.h> -#include "bson.h" +#include "BSON.h" const int initialBufferSize = 128; |
