Skip to content

Commit

Permalink
Killing compiler warning on Win32
Browse files Browse the repository at this point in the history
  • Loading branch information
fmk committed Mar 5, 2002
1 parent a3010a9 commit 46a7b0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/php_ini.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */


/* $Id$ */


#include "php.h" #include "php.h"
#ifndef PHP_WIN32 #ifndef PHP_WIN32
Expand All @@ -28,6 +29,7 @@
#include "zend_extensions.h" #include "zend_extensions.h"
#include "zend_highlight.h" #include "zend_highlight.h"
#include "SAPI.h" #include "SAPI.h"
#include "php_main.h"


typedef struct _php_extension_lists { typedef struct _php_extension_lists {
zend_llist engine; zend_llist engine;
Expand Down

0 comments on commit 46a7b0c

Please sign in to comment.