]> granicus.if.org Git - php/commitdiff
add missing include
authorHarald Radi <phanto@php.net>
Thu, 13 Feb 2003 16:48:44 +0000 (16:48 +0000)
committerHarald Radi <phanto@php.net>
Thu, 13 Feb 2003 16:48:44 +0000 (16:48 +0000)
ext/standard/info.c

index f1db07b305b0a7be67fec5fdbd45ff5155fcd8b9..ed17ac2ba8920fdf6886209139be0e159365fa58 100644 (file)
@@ -33,6 +33,7 @@
 #include "php_main.h"
 #include "zend_globals.h"              /* needs ELS */
 #include "zend_extensions.h"
+#include "zend_highlight.h"
 #ifdef HAVE_SYS_UTSNAME_H
 #include <sys/utsname.h>
 #endif