diff options
author | Sascha Schumann <sas@php.net> | 1999-05-29 13:53:59 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-05-29 13:53:59 +0000 |
commit | 52463124be82988bf0ba77a978deacdd84d48be7 (patch) | |
tree | 16454a5b78dfbdb1f24e6c3964d3d6c67e9ad15a /cgi_main.c | |
parent | b219d491b9a1595d40fe2741309a845f153dbd9f (diff) | |
download | php-git-52463124be82988bf0ba77a978deacdd84d48be7.tar.gz |
getopt.h conflicted with system include file
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; |