From 6873d6839d9232a481b29e81c4f62bb23d792d85 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Tue, 25 May 2004 13:23:20 +0000 Subject: [PATCH] *sigh*, obviously, we need this to be able to use sapi_module.name --- main/streams/plain_wrapper.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main/streams/plain_wrapper.c b/main/streams/plain_wrapper.c index 4188052b10..c37f38221c 100644 --- a/main/streams/plain_wrapper.c +++ b/main/streams/plain_wrapper.c @@ -35,6 +35,7 @@ #ifdef HAVE_SYS_MMAN_H #include #endif +#include "SAPI.h" #include "php_streams_int.h" -- 2.50.1