diff options
Diffstat (limited to 'common/spl/spl_net.c')
-rw-r--r-- | common/spl/spl_net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/spl_net.c b/common/spl/spl_net.c index ef13145eea..50d02478d5 100644 --- a/common/spl/spl_net.c +++ b/common/spl/spl_net.c @@ -11,7 +11,7 @@ #include <errno.h> #include <spl.h> #include <net.h> -#include <libfdt.h> +#include <linux/libfdt.h> DECLARE_GLOBAL_DATA_PTR; |