Including log.h to avoid a warning
authorHeikki Levanto <heikki@indexdata.dk>
Tue, 14 Dec 2004 10:30:42 +0000 (10:30 +0000)
committerHeikki Levanto <heikki@indexdata.dk>
Tue, 14 Dec 2004 10:30:42 +0000 (10:30 +0000)
test/api/testlib.h

index b290f84..113755d 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: testlib.h,v 1.6 2004-12-13 20:51:33 adam Exp $
+/* $Id: testlib.h,v 1.7 2004-12-14 10:30:42 heikki Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
    Index Data Aps
 
@@ -25,6 +25,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include <stdlib.h>
 #include <yaz/yconfig.h>
 #include <yaz/pquery.h>
+#include <yaz/log.h>
 #include <idzebra/api.h>
 
 int log_level;