summaryrefslogtreecommitdiff
path: root/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'getopt.c')
-rw-r--r--getopt.c2
1 files changed, 1 insertions, 1 deletions
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)