Update of /cvsroot/monetdb/sql/src/tools
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv19888

Modified Files:
      Tag: SQL_2-16
        embeddedclient.mx 
Log Message:
Include stream.h before Mapi.h so that mapi_embedded_init gets declared.
Also, no need to include Mapi.h twice.


Index: embeddedclient.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/tools/embeddedclient.mx,v
retrieving revision 1.22
retrieving revision 1.22.2.1
diff -u -d -r1.22 -r1.22.2.1
--- embeddedclient.mx   19 Jan 2007 14:41:54 -0000      1.22
+++ embeddedclient.mx   8 Mar 2007 15:59:21 -0000       1.22.2.1
@@ -47,6 +47,7 @@
 #define embeddedclient_export extern
 #endif
 
+#include <stream.h>
 #include <Mapi.h>
 
 embeddedclient_export Mapi monetdb_sql(char *dbfarm, char *dbname);
@@ -71,7 +72,6 @@
 #include "monet.h"
 #include "monet_options.h"
 #include "initmodules.h"
-#include "Mapi.h"
 
 static Client
 Monet_init(opt *set, int setlen)


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to