diff --git a/ext/standard/dl.c b/ext/standard/dl.c index 5122f890c57..b4ca57cf5b2 100644 --- a/ext/standard/dl.c +++ b/ext/standard/dl.c @@ -25,6 +25,7 @@ #include "php_globals.h" #include "ext/standard/info.h" #include "SAPI.h" +#include "build-defs.h" #ifdef HAVE_LIBDL #include