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:
4a30229
)
Add include of stdio.h
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 22 Oct 2002 14:40:21 +0000
(14:40 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 22 Oct 2002 14:40:21 +0000
(14:40 +0000)
util/wrbuf.c
patch
|
blob
|
history
diff --git
a/util/wrbuf.c
b/util/wrbuf.c
index
424f0fc
..
c3fea1f
100644
(file)
--- a/
util/wrbuf.c
+++ b/
util/wrbuf.c
@@
-3,7
+3,7
@@
* See the file LICENSE for details.
* Sebastian Hammer, Adam Dickmeiss
*
- * $Id: wrbuf.c,v 1.10 2002-10-22 10:05:36 adam Exp $
+ * $Id: wrbuf.c,v 1.11 2002-10-22 14:40:21 adam Exp $
*/
/*
@@
-14,6
+14,7
@@
#include <config.h>
#endif
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>