diff options
Diffstat (limited to 'getopt.c')
-rw-r--r-- | getopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |