projects
/
idzebra-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:
11f210a
)
Added include of string.h
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 28 Feb 2003 14:34:37 +0000
(14:34 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 28 Feb 2003 14:34:37 +0000
(14:34 +0000)
recctrl/marcomp.c
patch
|
blob
|
history
diff --git
a/recctrl/marcomp.c
b/recctrl/marcomp.c
index
0edbdf3
..
6867897
100644
(file)
--- a/
recctrl/marcomp.c
+++ b/
recctrl/marcomp.c
@@
-1,11
+1,12
@@
/*
- $Id: marcomp.c,v 1.1 2003-02-28 12:33:39 oleg Exp $
+ $Id: marcomp.c,v 1.2 2003-02-28 14:34:37 adam Exp $
marcomp.c - compiler of MARC statements.
*/
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <ctype.h>
#include <yaz/yaz-util.h>