arch: posix: add missing include for cpuhalt.c
Add posix_board_if.h which declares posix_exit(). This fixes implicit declaration of function errors when running sanitycheck on samples for native_posix that calls sys_reboot(). Signed-off-by: Mikkel Jakobsen <mikkel.aunsbjerg@prevas.dk>
This commit is contained in:
parent
966015f503
commit
8f2d69c4a3
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
*/
|
||||
|
||||
#include "posix_core.h"
|
||||
#include "posix_board_if.h"
|
||||
#include <arch/posix/posix_soc_if.h>
|
||||
#include <tracing/tracing.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue