projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f05461c
)
Add include of string.h
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 27 Sep 2013 12:57:55 +0000
(14:57 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 27 Sep 2013 12:57:55 +0000
(14:57 +0200)
test/test_wrbuf.c
patch
|
blob
|
history
diff --git
a/test/test_wrbuf.c
b/test/test_wrbuf.c
index
defdc34
..
7c27fe5
100644
(file)
--- a/
test/test_wrbuf.c
+++ b/
test/test_wrbuf.c
@@
-8,6
+8,7
@@
#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
#include <yaz/wrbuf.h>
#include <yaz/test.h>