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
|
||||
|
||||
#include "target.h"
|
||||
#include <stdint.h>
|
||||
|
||||
/* Architecture specific calls */
|
||||
#ifdef MMU
|
||||
|
|
Loading…
Reference in New Issue