From d83623e9cd51d3a8ef9a9f1caac2288d82dae74c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 22 Dec 2006 18:58:03 +0000 Subject: [PATCH] Added include of yaz/xmalloc.h --- dict/lookupec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dict/lookupec.c b/dict/lookupec.c index 46a0d43..ae29082 100644 --- a/dict/lookupec.c +++ b/dict/lookupec.c @@ -1,4 +1,4 @@ -/* $Id: lookupec.c,v 1.10.2.1 2006-08-14 10:38:54 adam Exp $ +/* $Id: lookupec.c,v 1.10.2.2 2006-12-22 18:58:03 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -27,6 +27,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #include +#include typedef unsigned MatchWord; -- 1.7.10.4