Changeset: 27b0ff30a4c5 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=27b0ff30a4c5
Modified Files:
        sql/server/sql_timestamps.c
        sql/server/sql_timestamps.h
Branch: trails
Log Message:

Compilation fix for Solaris


diffs (30 lines):

diff --git a/sql/server/sql_timestamps.c b/sql/server/sql_timestamps.c
--- a/sql/server/sql_timestamps.c
+++ b/sql/server/sql_timestamps.c
@@ -13,10 +13,8 @@
  */
 
 #include "sql_timestamps.h"
-#include "sql.h"
-#include "sql_atom.h"
-#include "gdk.h"
-#include "mtime.h"
+#include <sql_atom.h>
+#include <mtime.h>
 
 static int GetSQLTypeFromAtom(sql_subtype *sql_subtype)
 {
diff --git a/sql/server/sql_timestamps.h b/sql/server/sql_timestamps.h
--- a/sql/server/sql_timestamps.h
+++ b/sql/server/sql_timestamps.h
@@ -10,9 +10,7 @@
 #define SQL_TIMESTAMPS_H
 
 #include "monetdb_config.h"
-#include "sql.h"
-#include "sql_atom.h"
-#include "gdk.h"
+#include <sql_atom.h>
 
 extern str convert_atom_into_unix_timestamp(atom *a, lng* res);
 
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to