image: Add IH_OS_EFI for EFI chain-load boot
[platform/kernel/u-boot.git] / env / remote.c
index 55faa1e..50d77b8 100644 (file)
@@ -9,6 +9,7 @@
 #include <command.h>
 #include <env_internal.h>
 #include <linux/stddef.h>
+#include <u-boot/crc.h>
 
 #ifdef ENV_IS_EMBEDDED
 env_t *env_ptr = &environment;