commit | 4a53ba6d894913d0aaed3b6e9f684d1d04716895 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Tue Mar 05 17:26:12 2019 +0000 |
committer | Andrew Walbran <qwandor@google.com> | Wed Mar 06 10:35:43 2019 +0000 |
tree | 8babb250412ad8c6bb242730e2c0c6d7d2987098 | |
parent | 8cc983e497a49754fa04b5ac50ec40bff487472e [diff] [blame] |
Move std.c to arch to avoid conflicts with libc for tests. Change-Id: I0fc966962413ee12f84058d702e7396e38460f27
diff --git a/src/api.c b/src/api.c index ba89203..a155bb6 100644 --- a/src/api.c +++ b/src/api.c
@@ -19,12 +19,12 @@ #include <assert.h> #include "hf/arch/cpu.h" +#include "hf/arch/std.h" #include "hf/arch/timer.h" #include "hf/dlog.h" #include "hf/mm.h" #include "hf/spinlock.h" -#include "hf/std.h" #include "hf/vm.h" #include "vmapi/hf/call.h"