diff options
Diffstat (limited to 'src/lng.c')
-rw-r--r-- | src/lng.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ #include <stdio.h> #include <string.h> +#ifdef HAVE_STRINGS_H +# include <strings.h> +#endif /* HAVE_STRINGS_H */ #include "internal.h" #include "rccconfig.h" |