From 408e980a83437ed621fa99ae0cd8d2bc6579f5ba Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 27 Oct 2011 12:13:03 +0200 Subject: Fix warnings and error (due to bitrot) --- lib/info.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/info.cc') diff --git a/lib/info.cc b/lib/info.cc index 86e4cc4..6d381a3 100644 --- a/lib/info.cc +++ b/lib/info.cc @@ -29,11 +29,14 @@ #include #include +#include +#include + Info::Info() { pthread_mutex_init (&mutex, NULL); } -void Info::log(char *fmt, ...) +void Info::log(const char *fmt, ...) { // const time_t t; FILE *fp; -- cgit v1.2.3