diff options
Diffstat (limited to 'include/hw/loader-fit.h')
-rw-r--r-- | include/hw/loader-fit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/loader-fit.h b/include/hw/loader-fit.h index 9e2a068a20..0284c3e02c 100644 --- a/include/hw/loader-fit.h +++ b/include/hw/loader-fit.h @@ -20,7 +20,7 @@ #ifndef HW_LOADER_FIT_H #define HW_LOADER_FIT_H -#include <exec/hwaddr.h> +#include "exec/hwaddr.h" struct fit_loader_match { const char *compatible; |