From e95fa639d6915697c581808bfd7d88a8920d1597 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Thu, 24 Oct 2002 14:12:06 +0000 Subject: [PATCH] Reverted because my patch doesn't make sense: it was just my problem. --- ext/standard/dl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/standard/dl.c b/ext/standard/dl.c index 7bdc6ff49a..90ecf3d4cc 100644 --- a/ext/standard/dl.c +++ b/ext/standard/dl.c @@ -25,7 +25,6 @@ #include "php_globals.h" #include "ext/standard/info.h" #include "SAPI.h" -#include "build-defs.h" #if defined(HAVE_LIBDL) || HAVE_MACH_O_DYLD_H #include -- 2.50.1