diff options
Diffstat (limited to 'src/rccstring.c')
-rw-r--r-- | src/rccstring.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rccstring.c b/src/rccstring.c index eee2ac2..e56c45d 100644 --- a/src/rccstring.c +++ b/src/rccstring.c @@ -19,7 +19,11 @@ #include <stdio.h> #include <stdlib.h> + #include <string.h> +#ifdef HAVE_STRINGS_H +# include <strings.h> +#endif /* HAVE_STRINGS_H */ #include "../config.h" |