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:
Mikkel Jakobsen 2020-10-02 14:45:05 +02:00 committed by Alberto Escolar
commit 8f2d69c4a3

View file

@ -21,6 +21,7 @@
*/
#include "posix_core.h"
#include "posix_board_if.h"
#include <arch/posix/posix_soc_if.h>
#include <tracing/tracing.h>