summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2004-05-25 13:23:20 +0000
committerWez Furlong <wez@php.net>2004-05-25 13:23:20 +0000
commit6873d6839d9232a481b29e81c4f62bb23d792d85 (patch)
tree15ad159619d0f23d5c864892e9b30109ed37fa36
parentff0ee48537a650ef092ee0967cb6ddb60955ff5e (diff)
downloadphp-git-6873d6839d9232a481b29e81c4f62bb23d792d85.tar.gz
*sigh*, obviously, we need this to be able to use sapi_module.name
-rw-r--r--main/streams/plain_wrapper.c1
1 files changed, 1 insertions, 0 deletions
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 <sys/mman.h>
#endif
+#include "SAPI.h"
#include "php_streams_int.h"