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:
c620a71
)
Added include of string.h
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 12 Feb 2003 21:34:57 +0000
(21:34 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 12 Feb 2003 21:34:57 +0000
(21:34 +0000)
util/matchstr.c
patch
|
blob
|
history
diff --git
a/util/matchstr.c
b/util/matchstr.c
index
538b435
..
e223132
100644
(file)
--- a/
util/matchstr.c
+++ b/
util/matchstr.c
@@
-3,7
+3,7
@@
* See the file LICENSE for details.
* Sebastian Hammer, Adam Dickmeiss
*
- * $Id: matchstr.c,v 1.6 2003-02-12 15:06:44 adam Exp $
+ * $Id: matchstr.c,v 1.7 2003-02-12 21:34:57 adam Exp $
*/
#if HAVE_CONFIG_H
#include <config.h>
@@
-12,6
+12,7
@@
#include <stdio.h>
#include <assert.h>
#include <ctype.h>
+#include <string.h>
#include <yaz/yaz-util.h>
/*