diff options
Diffstat (limited to 'common/common_fit.c')
-rw-r--r-- | common/common_fit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/common_fit.c b/common/common_fit.c index 85b33d8c3b..3fef74084c 100644 --- a/common/common_fit.c +++ b/common/common_fit.c @@ -8,7 +8,7 @@ #include <common.h> #include <errno.h> #include <image.h> -#include <libfdt.h> +#include <linux/libfdt.h> #include <spl.h> ulong fdt_getprop_u32(const void *fdt, int node, const char *prop) |