include <string.h>
[util-vserver.git] / util-vserver / lib / testsuite / fmt.c
index efcdb35..41578de 100644 (file)
@@ -22,6 +22,7 @@
 
 #include "lib/fmt.h"
 #include <assert.h>
+#include <string.h>
 
 #define TEST(VAL, EXP) {                       \
     char       buf[512];                       \