Moved zebrautl.h to idzebra/util.h.
[idzebra-moved-to-github.git] / util / atoi_zn.c
index f9561ba..535327e 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: atoi_zn.c,v 1.2 2005-01-15 19:38:40 adam Exp $
+/* $Id: atoi_zn.c,v 1.3 2005-03-30 09:25:25 adam Exp $
    Copyright (C) 1995-2005
    Index Data ApS
 
@@ -22,7 +22,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 
 #include <string.h>
 #include <ctype.h>
-#include <zebrautl.h>
+#include <idzebra/util.h>
 
 zint atoi_zn (const char *buf, zint len)
 {