From a9f526a1abb1d2bfa68c611f1676fea2d89bc9d9 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 18 Apr 2011 16:45:45 +0200 Subject: stats: Fix the compiler warnings Do not remove the const, include strings.h for strcmp --- src/statistics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/statistics.c') diff --git a/src/statistics.c b/src/statistics.c index d1ffe526..a6121401 100644 --- a/src/statistics.c +++ b/src/statistics.c @@ -20,8 +20,8 @@ * */ - #include +#include #include #include -- cgit v1.2.3