]> granicus.if.org Git - php/commitdiff
Include <ext/standard/info.h> for php_info-related functions.
authorSascha Schumann <sas@php.net>
Sat, 2 Dec 2000 13:43:50 +0000 (13:43 +0000)
committerSascha Schumann <sas@php.net>
Sat, 2 Dec 2000 13:43:50 +0000 (13:43 +0000)
ext/shmop/shmop.c

index 0ac6fe4a242d3f542645f75ec6376e452755865a..adb9854efdb2190f93b5ed766accb6b10bd13288 100644 (file)
@@ -25,6 +25,8 @@
 
 #if HAVE_SHMOP
 
+#include "ext/standard/info.h"
+
 #ifdef ZTS
 int shmop_globals_id;
 #else