diff options
Diffstat (limited to 'lib/string.h')
-rw-r--r-- | lib/string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/string.h b/lib/string.h index 2c477294..528a1a19 100644 --- a/lib/string.h +++ b/lib/string.h @@ -11,6 +11,7 @@ #include <stdarg.h> #include <string.h> +#include <strings.h> int bsprintf(char *str, const char *fmt, ...); int bvsprintf(char *str, const char *fmt, va_list args); |