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:
87f0188
)
Include <string.h>, avoid warning.
author
Mike Taylor
<mike@indexdata.com>
Fri, 31 Aug 2007 21:12:51 +0000
(21:12 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Fri, 31 Aug 2007 21:12:51 +0000
(21:12 +0000)
util/tstres.c
patch
|
blob
|
history
diff --git
a/util/tstres.c
b/util/tstres.c
index
ad01b62
..
0de5fee
100644
(file)
--- a/
util/tstres.c
+++ b/
util/tstres.c
@@
-1,4
+1,4
@@
-/* $Id: tstres.c,v 1.2 2007-05-16 12:31:17 adam Exp $
+/* $Id: tstres.c,v 1.3 2007-08-31 21:12:51 mike Exp $
Copyright (C) 1995-2007
Index Data ApS
@@
-20,6
+20,7
@@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include <string.h>
#include <idzebra/res.h>
#include <yaz/test.h>