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 --- utils/osmo-auc-gen.c | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') diff --git a/utils/osmo-auc-gen.c b/utils/osmo-auc-gen.c index 266d0d6a..7a3c124c 100644 --- a/utils/osmo-auc-gen.c +++ b/utils/osmo-auc-gen.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3