From: Ilia Alshanetsky Date: Thu, 14 Jul 2005 23:17:16 +0000 (+0000) Subject: Fixed compiler warning. X-Git-Tag: RELEASE_0_9~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d1b4145b10f3f30a9b6ca384372fdf6a57c8052;p=php Fixed compiler warning. --- 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.