From: Adam Dickmeiss Date: Mon, 21 May 2007 07:15:06 +0000 (+0000) Subject: Fixed bug #1132: tstcharmap fails on flurry (amd64). Problem was missing X-Git-Tag: ZEBRA.2.0.16~41 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=abe63ccc314ed5619a58d63b73202d10668cae55 Fixed bug #1132: tstcharmap fails on flurry (amd64). Problem was missing include of stdlib.h. --- diff --git a/util/tstcharmap.c b/util/tstcharmap.c index 5efd818..cefedc3 100644 --- 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 #include +#include /* use env srcdir as base directory - or current directory if unset */ const char *get_srcdir(void)