From: Heikki Levanto Date: Tue, 14 Dec 2004 10:30:42 +0000 (+0000) Subject: Including log.h to avoid a warning X-Git-Tag: snippet.version.1~216 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=44c9cb83b1cf121aad11603b14231709288257be Including log.h to avoid a warning --- diff --git a/test/api/testlib.h b/test/api/testlib.h index b290f84..113755d 100644 --- a/test/api/testlib.h +++ b/test/api/testlib.h @@ -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 #include #include +#include #include int log_level;