phanto          Thu Feb 13 11:48:44 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/ext/standard  info.c 
  Log:
  add missing include
  
Index: php4/ext/standard/info.c
diff -u php4/ext/standard/info.c:1.218.2.5 php4/ext/standard/info.c:1.218.2.6
--- php4/ext/standard/info.c:1.218.2.5  Sun Feb  2 10:51:37 2003
+++ php4/ext/standard/info.c    Thu Feb 13 11:48:44 2003
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: info.c,v 1.218.2.5 2003/02/02 15:51:37 zeev Exp $ */
+/* $Id: info.c,v 1.218.2.6 2003/02/13 16:48:44 phanto Exp $ */
 
 #include "php.h"
 #include "php_ini.h"
@@ -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



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to