summaryrefslogtreecommitdiff
path: root/cmd/unlz4.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/unlz4.c')
-rw-r--r--cmd/unlz4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/unlz4.c b/cmd/unlz4.c
index 323ab46717..5f20838e89 100644
--- a/cmd/unlz4.c
+++ b/cmd/unlz4.c
@@ -7,7 +7,7 @@
#include <common.h>
#include <command.h>
#include <env.h>
-#include <lz4.h>
+#include <u-boot/lz4.h>
static int do_unlz4(struct cmd_tbl *cmdtp, int flag, int argc,
char *const argv[])