diff options
| author | Thies C. Arntzen <thies@php.net> | 1999-10-07 10:56:04 +0000 |
|---|---|---|
| committer | Thies C. Arntzen <thies@php.net> | 1999-10-07 10:56:04 +0000 |
| commit | b6a90547f6fee7432853356ba83914e2d2b48738 (patch) | |
| tree | 89e7f7dab6f5efc6b74b0cea8a5d7553e1f64db3 /ext/db/db.c | |
| parent | 712105cd5d74b21a2c338c8d72393a31274d0fc5 (diff) | |
| download | php-git-b6a90547f6fee7432853356ba83914e2d2b48738.tar.gz | |
compiles again - and gets compiled
Diffstat (limited to 'ext/db/db.c')
| -rw-r--r-- | ext/db/db.c | 10 |
1 files changed, 2 insertions, 8 deletions
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 <stdlib.h> #include <string.h> |
