From: foobar Date: Sun, 24 Jun 2001 23:29:13 +0000 (+0000) Subject: added missing include X-Git-Tag: PRE_TSRM_MERGE_PATCH~346 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b131c263394293af0862f5ea494c27fc0d413eb;p=php added missing include --- diff --git a/ext/skeleton/skeleton.c b/ext/skeleton/skeleton.c index 92b3de64fa..0889e47696 100644 --- a/ext/skeleton/skeleton.c +++ b/ext/skeleton/skeleton.c @@ -6,6 +6,7 @@ #include "php.h" #include "php_ini.h" +#include "ext/standard/info.h" #include "php_extname.h" /* If you declare any globals in php_extname.h uncomment this: