summaryrefslogtreecommitdiff
path: root/main/main.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-05-29 13:53:59 +0000
committerSascha Schumann <sas@php.net>1999-05-29 13:53:59 +0000
commit52463124be82988bf0ba77a978deacdd84d48be7 (patch)
tree16454a5b78dfbdb1f24e6c3964d3d6c67e9ad15a /main/main.c
parentb219d491b9a1595d40fe2741309a845f153dbd9f (diff)
downloadphp-git-52463124be82988bf0ba77a978deacdd84d48be7.tar.gz
getopt.h conflicted with system include file
Diffstat (limited to 'main/main.c')
-rw-r--r--main/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.c b/main/main.c
index 59a299ef67..494897b668 100644
--- a/main/main.c
+++ b/main/main.c
@@ -86,7 +86,7 @@ struct sapi_request_info *sapi_rqst;
#include "SAPI.h"
#if MSVC5 || !defined(HAVE_GETOPT)
-#include "getopt.h"
+#include "php_getopt.h"
#endif