From: Sascha Schumann Date: Sat, 2 Dec 2000 13:43:50 +0000 (+0000) Subject: Include for php_info-related functions. X-Git-Tag: php-4.0.5RC1~1046 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e0a87d62ba139bb09e7bdd87f8c1f71a0e068a0;p=php Include for php_info-related functions. --- 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