summaryrefslogtreecommitdiff
path: root/lib/string.h
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2013-12-10 22:30:46 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2013-12-10 22:30:46 +0100
commit6601a14831cdd32fc671ebc9dc299d2be427e489 (patch)
tree00b89854e36fbecd17443d09587c7cd80352893f /lib/string.h
parent2d0b7e24a52d51904faa8a8e96d68863491c110a (diff)
parent283c7dfada53a6dee6a8a17ecab492ffafd44b66 (diff)
Merge branch 'add-path'
Diffstat (limited to 'lib/string.h')
-rw-r--r--lib/string.h1
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);