felipe          Thu May  7 22:44:37 2009 UTC

  Modified files:              
    /php-src/ext/sqlite3        sqlite3.c 
  Log:
  - Fix build
  
http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/sqlite3.c?r1=1.40&r2=1.41&diff_format=u
Index: php-src/ext/sqlite3/sqlite3.c
diff -u php-src/ext/sqlite3/sqlite3.c:1.40 php-src/ext/sqlite3/sqlite3.c:1.41
--- php-src/ext/sqlite3/sqlite3.c:1.40  Thu May  7 16:52:40 2009
+++ php-src/ext/sqlite3/sqlite3.c       Thu May  7 22:44:37 2009
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: sqlite3.c,v 1.40 2009/05/07 16:52:40 scottmac Exp $ */
+/* $Id: sqlite3.c,v 1.41 2009/05/07 22:44:37 felipe Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -28,6 +28,7 @@
 #include "ext/standard/file.h"
 #include "php_sqlite3.h"
 #include "php_sqlite3_structs.h"
+#include "main/SAPI.h"
 
 #include <sqlite3.h>
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to