diff --git a/include/fdt.h b/include/fdt.h index 35278e303..1ccd4c673 100644 --- a/include/fdt.h +++ b/include/fdt.h @@ -1,6 +1,8 @@ #ifndef _FDT_H #define _FDT_H +#include + #ifndef __ASSEMBLY__ #define _B(n) ((unsigned long long)((uint8_t *)&x)[n]) diff --git a/include/of.h b/include/of.h index 764a2e593..7235138f3 100644 --- a/include/of.h +++ b/include/of.h @@ -3,6 +3,8 @@ #include #include +#include +#include #include /* Default string compare functions */ diff --git a/include/state.h b/include/state.h index 95bf8d263..e96d3bfb2 100644 --- a/include/state.h +++ b/include/state.h @@ -1,6 +1,8 @@ #ifndef __STATE_H #define __STATE_H +#include + struct state; int state_backend_dtb_file(struct state *state, const char *path);