From 4f4b0101c4bab996ad6d3258f8036c001a45000b Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 20 Dec 2010 13:38:22 +0100 Subject: rate_ctr: No need to include the inttypes.h There should not be any u_int*_t types in this file, no need to include this file. It is breaking compilation with the last x86 build of GNU ARM for GCC 3.4. --- src/rate_ctr.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/rate_ctr.c') diff --git a/src/rate_ctr.c b/src/rate_ctr.c index f58b5c4a..80ef55b2 100644 --- a/src/rate_ctr.c +++ b/src/rate_ctr.c @@ -21,7 +21,6 @@ */ #include -#include #include #include -- cgit v1.2.3