Update of /cvsroot/monetdb/clients/src/php/Cimpl
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24072/src/php/Cimpl

Modified Files:
        php_monetdb.c 
Log Message:
propagated changes of Wednesday Oct 24 2007 - Thursday Oct 25 2007
from the Clients_1-20 branch to the development trunk


Index: php_monetdb.c
===================================================================
RCS file: /cvsroot/monetdb/clients/src/php/Cimpl/php_monetdb.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- php_monetdb.c       12 Jun 2007 17:12:22 -0000      1.6
+++ php_monetdb.c       25 Oct 2007 19:29:02 -0000      1.7
@@ -30,8 +30,6 @@
 #define WINNT 1
 #endif
 
-#include <stdlib.h>
-
 #include "php.h"
 #include "php_ini.h"
 #include "ext/standard/php_standard.h"
@@ -46,6 +44,8 @@
 #include "php_globals.h"
 #include "zend_exceptions.h"
 
+#include <stdlib.h>
+
 #define MONETDB_ASSOC          1<<0
 #define MONETDB_NUM                    1<<1
 #define MONETDB_BOTH           (MONETDB_ASSOC|MONETDB_NUM)


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to