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:
a49b6f2
)
Fixed bug #1132: tstcharmap fails on flurry (amd64). Problem was missing
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 21 May 2007 07:15:06 +0000
(07:15 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 21 May 2007 07:15:06 +0000
(07:15 +0000)
include of stdlib.h.
util/tstcharmap.c
patch
|
blob
|
history
diff --git
a/util/tstcharmap.c
b/util/tstcharmap.c
index
5efd818
..
cefedc3
100644
(file)
--- a/
util/tstcharmap.c
+++ b/
util/tstcharmap.c
@@
-1,4
+1,4
@@
-/* $Id: tstcharmap.c,v 1.8 2007-05-16 12:31:17 adam Exp $
+/* $Id: tstcharmap.c,v 1.9 2007-05-21 07:15:06 adam Exp $
Copyright (C) 1995-2007
Index Data ApS
@@
-22,6
+22,7
@@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include <charmap.h>
#include <yaz/test.h>
+#include <stdlib.h>
/* use env srcdir as base directory - or current directory if unset */
const char *get_srcdir(void)