From a6d83932ba3aee8f0570d86f0f23773bd44909cc Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 3 Jun 2013 01:38:57 +0200 Subject: utils: resolve compiler warnings on implicit declarations CC osmo-auc-gen.o osmo-auc-gen.c: In function 'main': osmo-auc-gen.c:216:3: warning: implicit declaration of function 'time' [-Wimplicit-function-declaration] --- utils/osmo-auc-gen.c | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/osmo-auc-gen.c') diff --git a/utils/osmo-auc-gen.c b/utils/osmo-auc-gen.c index fda045aa..54128ff0 100644 --- a/utils/osmo-auc-gen.c +++ b/utils/osmo-auc-gen.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3