Changeset: c1084716bfe5 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/c1084716bfe5
Modified Files:
sql/backends/monet5/vaults/json/json.c
Branch: newjson
Log Message:
glob.h not available on Windows
diffs (12 lines):
diff --git a/sql/backends/monet5/vaults/json/json.c
b/sql/backends/monet5/vaults/json/json.c
--- a/sql/backends/monet5/vaults/json/json.c
+++ b/sql/backends/monet5/vaults/json/json.c
@@ -28,7 +28,7 @@
#include "mutils.h"
#include <unistd.h>
-#include <glob.h>
+// #include <glob.h> // not available on Windows
typedef struct JSONFileHandle {
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]