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/test/hftest/inc/hftest_impl.h b/test/hftest/inc/hftest_impl.h index 39e50a9..2519595 100644 --- a/test/hftest/inc/hftest_impl.h +++ b/test/hftest/inc/hftest_impl.h
@@ -18,7 +18,7 @@ #include <stdnoreturn.h> -#include "hf/std.h" +#include "hf/arch/std.h" /* * Log with the HFTEST_LOG_PREFIX and a new line. The zero is added so there is