From 1d57d29ad824023caf76b005f54a1e1f3ca14067 Mon Sep 17 00:00:00 2001 From: Patrick Tjin Date: Thu, 26 Jan 2017 10:46:15 -0800 Subject: [PATCH] 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(+) diff --git a/lib/random32.c b/lib/random32.c index 9f2f2fb03dfe..6fb48477901c 100644 --- a/lib/random32.c +++ b/lib/random32.c @@ -38,6 +38,7 @@ #include #include #include +#include static DEFINE_PER_CPU(struct rnd_state, net_rand_state);