diff options
Diffstat (limited to 'src/getopt.c')
-rw-r--r-- | src/getopt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/getopt.c b/src/getopt.c index 10d8b4e..b81fc0d 100644 --- a/src/getopt.c +++ b/src/getopt.c @@ -35,6 +35,8 @@ #include <config.h> #endif +#include <strings.h> + #ifndef HAVE_GETOPT_LONG #if !defined (__STDC__) || !__STDC__ |