mirror of https://github.com/wolfSSL/wolfBoot.git
hal: add missing include in hal.h
parent
0bf65fabb3
commit
4154057649
|
@ -29,6 +29,7 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "target.h"
|
#include "target.h"
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
/* Architecture specific calls */
|
/* Architecture specific calls */
|
||||||
#ifdef MMU
|
#ifdef MMU
|
||||||
|
|
Loading…
Reference in New Issue