diff options
author | Antony Dovgal <tony2001@php.net> | 2005-10-03 23:47:55 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2005-10-03 23:47:55 +0000 |
commit | 1f62b7e1056eb51de065608402797091ac7a7d15 (patch) | |
tree | f455c8dcecc959a9887007f0e5d62b7666d1d574 /ext/pdo_sqlite/sqlite | |
parent | 8ced962510c4e35e42bb70b004e8daef6092511c (diff) | |
download | php-git-1f62b7e1056eb51de065608402797091ac7a7d15.tar.gz |
nuke warning
Diffstat (limited to 'ext/pdo_sqlite/sqlite')
-rw-r--r-- | ext/pdo_sqlite/sqlite/src/experimental.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pdo_sqlite/sqlite/src/experimental.c b/ext/pdo_sqlite/sqlite/src/experimental.c index 0bb0ae334e..ec40891a3a 100644 --- a/ext/pdo_sqlite/sqlite/src/experimental.c +++ b/ext/pdo_sqlite/sqlite/src/experimental.c @@ -15,6 +15,7 @@ ** $Id$ */ #include "sqliteInt.h" +#include "os.h" /* ** Set all the parameters in the compiled SQL statement to NULL. |