diff options
Diffstat (limited to 'libiberty/getopt.c')
-rw-r--r-- | libiberty/getopt.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libiberty/getopt.c b/libiberty/getopt.c index 9207271..c41531e 100644 --- a/libiberty/getopt.c +++ b/libiberty/getopt.c @@ -204,7 +204,9 @@ static char *posixly_correct; # if HAVE_STRING_H # include <string.h> # else -# include <strings.h> +# if HAVE_STRINGS_H +# include <strings.h> +# endif # endif /* Avoid depending on library functions or files |