Many public functions returns ZEBRA_RES rather than int to avoid
[idzebra-moved-to-github.git] / dfa / grepper.c
index 48fa465..94a13ad 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: grepper.c,v 1.12 2005-01-15 19:38:19 adam Exp $
+/* $Id: grepper.c,v 1.14 2005-04-15 10:47:47 adam Exp $
    Copyright (C) 1995-2005
    Index Data ApS
 
@@ -27,7 +27,8 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include <ctype.h>
 #include <assert.h>
 
-#include <zebrautl.h>
+#include <idzebra/util.h>
+#include <yaz/yaz-util.h>
 #include <dfa.h>
 #include "imalloc.h"