sebastian               Sun Feb  2 13:50:43 2003 EDT

  Modified files:              
    /php4/ext/standard  info.c 
  Log:
  Fix warning.
  
Index: php4/ext/standard/info.c
diff -u php4/ext/standard/info.c:1.226 php4/ext/standard/info.c:1.227
--- php4/ext/standard/info.c:1.226      Sun Feb  2 10:53:04 2003
+++ php4/ext/standard/info.c    Sun Feb  2 13:50:42 2003
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: info.c,v 1.226 2003/02/02 15:53:04 zeev Exp $ */
+/* $Id: info.c,v 1.227 2003/02/02 18:50:42 sebastian 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