From 44c9cb83b1cf121aad11603b14231709288257be Mon Sep 17 00:00:00 2001 From: Heikki Levanto Date: Tue, 14 Dec 2004 10:30:42 +0000 Subject: [PATCH] Including log.h to avoid a warning --- test/api/testlib.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 1.7.10.4