Update of /cvsroot/monetdb/sql/src/storage/bat
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19137

Modified Files:
        bat_table.mx 
Log Message:
Make compilable in a clean environment.


U bat_table.mx
Index: bat_table.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/bat/bat_table.mx,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- bat_table.mx        22 Aug 2008 09:50:30 -0000      1.34
+++ bat_table.mx        22 Aug 2008 11:25:06 -0000      1.35
@@ -41,8 +41,8 @@
 #define BAT_TABLE_H
 
 #include "sql_storage.h"
-#include "bat/bat_storage.h"
-#include "bat/bat_utils.h"
+#include "bat_storage.h"
+#include "bat_utils.h"
 
 /* initialize bat storage call back functions interface */
 extern int bat_table_init( table_functions *tf );


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to