]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - common/cli_hush.c
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
[thirdparty/u-boot.git] / common / cli_hush.c
index 96a98209b9d292b57d6339b89b523af7d8c064e9..9cda97f30e3c7fb241bf74b12b49f54f4565e0fc 100644 (file)
@@ -75,6 +75,7 @@
 
 #define __U_BOOT__
 #ifdef __U_BOOT__
+#include <common.h>         /* readline */
 #include <env.h>
 #include <malloc.h>         /* malloc, free, realloc*/
 #include <linux/ctype.h>    /* isalpha, isdigit */