common: Move hang() to the same header as panic()
[oweals/u-boot.git] / common / cli.c
index 67ceb635a67776ef3315e156e5b9e40836a2c1a6..7ffe902b88dd13c06d67035a3eac91047a9aeee5 100644 (file)
@@ -15,6 +15,7 @@
 #include <console.h>
 #include <env.h>
 #include <fdtdec.h>
+#include <hang.h>
 #include <malloc.h>
 
 DECLARE_GLOBAL_DATA_PTR;