Changeset: e26bc8921fc5 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e26bc8921fc5
Modified Files:
clients/odbc/driver/SQLExecute.c
Branch: default
Log Message:
Include limits.h for CHAR_BIT.
diffs (11 lines):
diff --git a/clients/odbc/driver/SQLExecute.c b/clients/odbc/driver/SQLExecute.c
--- a/clients/odbc/driver/SQLExecute.c
+++ b/clients/odbc/driver/SQLExecute.c
@@ -28,6 +28,7 @@
#include "ODBCGlobal.h"
#include "ODBCStmt.h"
#include "ODBCUtil.h"
+#include <limits.h>
static struct msql_types {
char *name;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list