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:
eb14cf1
)
Added include of ctype.h
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 19 Mar 2002 13:48:27 +0000
(13:48 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 19 Mar 2002 13:48:27 +0000
(13:48 +0000)
ztest/read-marc.c
patch
|
blob
|
history
diff --git
a/ztest/read-marc.c
b/ztest/read-marc.c
index
8b9fb4e
..
9f90f82
100644
(file)
--- a/
ztest/read-marc.c
+++ b/
ztest/read-marc.c
@@
-2,13
+2,13
@@
* Copyright (c) 2002, Index Data.
* See the file LICENSE for details.
*
- * $Id: read-marc.c,v 1.1 2002-03-18 21:33:48 adam Exp $
+ * $Id: read-marc.c,v 1.2 2002-03-19 13:48:27 adam Exp $
*/
/*
* Little toy-thing to read a MARC records from a fixed array.
*/
-
+#include <ctype.h>
#include <yaz/odr.h>
#include <yaz/wrbuf.h>