From b53717f4180746cebd7a39e738d7c6cb298ae762 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 2 Aug 2012 08:42:59 +0200 Subject: Add missing includes to timer_test.c and osmo-auc-gen.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes the build with -Werror-implicit-function-declaration. taken from malformatted patch of Chí-Thanh Christopher Nguyễn --- tests/timer/timer_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/timer') diff --git a/tests/timer/timer_test.c b/tests/timer/timer_test.c index 61079bd9..ba3127d4 100644 --- a/tests/timer/timer_test.c +++ b/tests/timer/timer_test.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3