fixed tcutil.h include in bson.h
authoradam <adamansky@gmail.com>
Thu, 15 Aug 2013 13:19:11 +0000 (20:19 +0700)
committeradam <adamansky@gmail.com>
Thu, 15 Aug 2013 13:19:11 +0000 (20:19 +0700)
tcejdb/bson.h

index 5da4ada..212a0ff 100644 (file)
@@ -29,7 +29,7 @@
 #include <stdbool.h>
 #endif
 #include <time.h>
-#include <tcutil.h>
+#include "tcutil.h"
 
 #define BSON_IS_NUM_TYPE(atype) (atype == BSON_INT || atype == BSON_LONG || atype == BSON_DOUBLE)