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:
9eb25e9
)
Added include of string.h
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 11 Sep 2006 12:12:42 +0000
(12:12 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 11 Sep 2006 12:12:42 +0000
(12:12 +0000)
util/cclsh.c
patch
|
blob
|
history
diff --git
a/util/cclsh.c
b/util/cclsh.c
index
fcb3e86
..
eb94fb3
100644
(file)
--- a/
util/cclsh.c
+++ b/
util/cclsh.c
@@
-44,7
+44,7
@@
/* CCL shell.
* Europagate 1995
*
- * $Id: cclsh.c,v 1.2 2005-06-25 15:46:07 adam Exp $
+ * $Id: cclsh.c,v 1.3 2006-09-11 12:12:42 adam Exp $
*
* Old Europagate Log:
*
@@
-86,6
+86,7
@@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <yaz/ccl.h>