From 2f7dc62489e048c6e80b7a802956ee442fd2f4fa Mon Sep 17 00:00:00 2001 From: Patrick Tjin Date: Thu, 26 Jan 2017 10:46:15 -0800 Subject: random32: include missing header file Add missing include for timer.h. Bug: 29621447 Signed-off-by: Patrick Tjin Change-Id: I20f0369871c522d66af7e15a3b04efbb4fbf10e9 --- lib/random32.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/random32.c b/lib/random32.c index ae95d5154..dc75dc59b 100644 --- a/lib/random32.c +++ b/lib/random32.c @@ -36,6 +36,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3