tony2001 Mon Oct 3 19:48:25 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/pdo_sqlite/sqlite/src experimental.c
Log:
MFH: nuke warning
http://cvs.php.net/diff.php/php-src/ext/pdo_sqlite/sqlite/src/experimental.c?r1=1.3.2.3&r2=1.3.2.4&ty=u
Index: php-src/ext/pdo_sqlite/sqlite/src/experimental.c
diff -u php-src/ext/pdo_sqlite/sqlite/src/experimental.c:1.3.2.3
php-src/ext/pdo_sqlite/sqlite/src/experimental.c:1.3.2.4
--- php-src/ext/pdo_sqlite/sqlite/src/experimental.c:1.3.2.3 Mon Sep 26
15:33:24 2005
+++ php-src/ext/pdo_sqlite/sqlite/src/experimental.c Mon Oct 3 19:48:21 2005
@@ -12,9 +12,10 @@
** This file contains C code routines that are not a part of the official
** SQLite API. These routines are unsupported.
**
-** $Id: experimental.c,v 1.3.2.3 2005/09/26 19:33:24 iliaa Exp $
+** $Id: experimental.c,v 1.3.2.4 2005/10/03 23:48:21 tony2001 Exp $
*/
#include "sqliteInt.h"
+#include "os.h"
/*
** Set all the parameters in the compiled SQL statement to NULL.
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php