Add include of string.h
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 27 Sep 2013 12:57:55 +0000 (14:57 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 27 Sep 2013 12:57:55 +0000 (14:57 +0200)
test/test_wrbuf.c

index defdc34..7c27fe5 100644 (file)
@@ -8,6 +8,7 @@
 
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 
 #include <yaz/wrbuf.h>
 #include <yaz/test.h>