added Vector_zeroEnd() function
[util-vserver.git] / util-vserver / lib / testsuite / fmt.c
index efcdb35..356067a 100644 (file)
 #  include <config.h>
 #endif
 
+#include "lib_internal/coreassert.h"
+
 #include "lib/fmt.h"
-#include <assert.h>
+#include <string.h>
 
 #define TEST(VAL, EXP) {                       \
     char       buf[512];                       \