From: Thies C. Arntzen Date: Thu, 7 Oct 1999 10:56:04 +0000 (+0000) Subject: compiles again - and gets compiled X-Git-Tag: php-4.0b3_RC2~281 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6a90547f6fee7432853356ba83914e2d2b48738;p=php compiles again - and gets compiled --- diff --git a/ext/db/db.c b/ext/db/db.c index dbce69658a..4daa954497 100644 --- a/ext/db/db.c +++ b/ext/db/db.c @@ -20,22 +20,16 @@ /* $Id$ */ #define IS_EXT_MODULE #if COMPILE_DL -#ifdef PHP_31 -# include "../phpdl.h" -#else -# ifdef THREAD_SAFE -# undef THREAD_SAFE -# endif # include "dl/phpdl.h" #endif -#endif -#if 0 +#if 1 #include "php.h" #include "php_globals.h" #include "safe_mode.h" #include "fopen-wrappers.h" +#include "ext/standard/flock_compat.h" #include #include