diff options
Diffstat (limited to 'cgi_main.c')
-rw-r--r-- | cgi_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi_main.c b/cgi_main.c index 26e15898fe..15fc418da5 100644 --- a/cgi_main.c +++ b/cgi_main.c @@ -57,7 +57,7 @@ struct sapi_request_info *sapi_rqst; #endif #if MSVC5 || !defined(HAVE_GETOPT) -#include "getopt.h" +#include "php_getopt.h" #endif PHPAPI extern char *php3_ini_path; |