diff options
Diffstat (limited to 'src/rcciconv.c')
-rw-r--r-- | src/rcciconv.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/rcciconv.c b/src/rcciconv.c index 28713fb..40c5b11 100644 --- a/src/rcciconv.c +++ b/src/rcciconv.c @@ -19,10 +19,14 @@ #include <stdio.h> #include <stdlib.h> -#include <string.h> #include <errno.h> #include <iconv.h> +#include <string.h> +#ifdef HAVE_STRINGS_H +# include <strings.h> +#endif /* HAVE_STRINGS_H */ + #include "internal.h" #include "rcciconv.h" |