commit | 04502e4bd511813f2390b23d52b4e39693ede726 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Mon Sep 03 14:54:52 2018 +0100 |
committer | Andrew Scull <ascull@google.com> | Mon Sep 03 17:50:59 2018 +0100 |
tree | 1b7db078e118a9a78de164695862c2ee9509e7e8 | |
parent | ed98036fe9bf326b40ba00b78226481d247bb150 [diff] [blame] |
A test with the mock arch Change-Id: I9af804df9cf1019f0b9c5535d7d79aca28229f88
diff --git a/src/cpu.c b/src/cpu.c index 217baea..cec490e 100644 --- a/src/cpu.c +++ b/src/cpu.c
@@ -1,5 +1,7 @@ #include "hf/cpu.h" +#include <stdalign.h> + #include "hf/arch/cpu.h" #include "hf/api.h"