From: Adam Dickmeiss Date: Wed, 22 Nov 2006 14:12:49 +0000 (+0000) Subject: Added include of yaz/xmalloc.h. X-Git-Tag: ZEBRA.2.0.6~22 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=7811412f7d0c4af0a6f42c17b059d8a9d4162ae8 Added include of yaz/xmalloc.h. --- diff --git a/index/symtab.c b/index/symtab.c index a14c9cf..1d3c72a 100644 --- a/index/symtab.c +++ b/index/symtab.c @@ -1,4 +1,4 @@ -/* $Id: symtab.c,v 1.11 2006-11-21 22:17:49 adam Exp $ +/* $Id: symtab.c,v 1.12 2006-11-22 14:12:49 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -20,11 +20,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ - #include #include #include #include +#include struct strentry { char *name;