iliaa           Sun Sep  4 21:20:53 2005 EDT

  Modified files:              (Branch: PHP_5_1)
    /php-src/ext/pdo_sqlite/sqlite/src  experimental.c 
  Log:
  Fixed compiler warning
  
  
http://cvs.php.net/diff.php/php-src/ext/pdo_sqlite/sqlite/src/experimental.c?r1=1.3.2.1&r2=1.3.2.2&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.1 
php-src/ext/pdo_sqlite/sqlite/src/experimental.c:1.3.2.2
--- php-src/ext/pdo_sqlite/sqlite/src/experimental.c:1.3.2.1    Sun Aug 28 
12:53:24 2005
+++ php-src/ext/pdo_sqlite/sqlite/src/experimental.c    Sun Sep  4 21:20:52 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.1 2005/08/28 16:53:24 iliaa Exp $
+** $Id: experimental.c,v 1.3.2.2 2005/09/05 01:20:52 iliaa 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

Reply via email to