summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgi_main.c2
-rw-r--r--getopt.c2
-rw-r--r--main/main.c2
-rw-r--r--php_getopt.h (renamed from getopt.h)0
4 files changed, 3 insertions, 3 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;
diff --git a/getopt.c b/getopt.c
index 1662cf1677..3b431f4408 100644
--- a/getopt.c
+++ b/getopt.c
@@ -6,7 +6,7 @@
#include <string.h>
#include <assert.h>
#include <stdlib.h>
-#include "getopt.h"
+#include "php_getopt.h"
#define OPTERRCOLON (1)
#define OPTERRNF (2)
#define OPTERRARG (3)
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
diff --git a/getopt.h b/php_getopt.h
index e84e117527..e84e117527 100644
--- a/getopt.h
+++ b/php_getopt.h