Added include of yaz/xmalloc.h
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 22 Dec 2006 18:58:03 +0000 (18:58 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 22 Dec 2006 18:58:03 +0000 (18:58 +0000)
dict/lookupec.c

index 46a0d43..ae29082 100644 (file)
@@ -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 <assert.h>
 
 #include <dict.h>
+#include <yaz/xmalloc.h>
 
 typedef unsigned MatchWord;