diff options
Diffstat (limited to 'catsprintf.c')
-rw-r--r-- | catsprintf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/catsprintf.c b/catsprintf.c index aee5cdf..842067e 100644 --- a/catsprintf.c +++ b/catsprintf.c @@ -1,4 +1,6 @@ #include <stdio.h> +#include <strings.h> + #include "catsprintf.h" dmi_minor* dmiAppendObject(long code, char const *key, const char *format, ...) { |