diff options
Diffstat (limited to 'src/include/getopt_long.h')
-rw-r--r-- | src/include/getopt_long.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/getopt_long.h b/src/include/getopt_long.h index e23c21f333c..71a884c49c2 100644 --- a/src/include/getopt_long.h +++ b/src/include/getopt_long.h @@ -23,6 +23,7 @@ struct option #define no_argument 0 #define required_argument 1 +#define optional_argument 2 #endif #ifndef HAVE_GETOPT_LONG |