summaryrefslogtreecommitdiff
path: root/ext/shmop
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-12-02 13:43:50 +0000
committerSascha Schumann <sas@php.net>2000-12-02 13:43:50 +0000
commit1e0a87d62ba139bb09e7bdd87f8c1f71a0e068a0 (patch)
treea44ea0689cf958c2990c61f106921685d02c9624 /ext/shmop
parent1f934084cd43bc82944ff450d11f4b9947e42523 (diff)
downloadphp-git-1e0a87d62ba139bb09e7bdd87f8c1f71a0e068a0.tar.gz
Include <ext/standard/info.h> for php_info-related functions.
Diffstat (limited to 'ext/shmop')
-rw-r--r--ext/shmop/shmop.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/shmop/shmop.c b/ext/shmop/shmop.c
index 0ac6fe4a24..adb9854efd 100644
--- a/ext/shmop/shmop.c
+++ b/ext/shmop/shmop.c
@@ -25,6 +25,8 @@
#if HAVE_SHMOP
+#include "ext/standard/info.h"
+
#ifdef ZTS
int shmop_globals_id;
#else