common: Move hang() to the same header as panic()
[oweals/u-boot.git] / lib / panic.c
index bae8a359354216e7b8117d4364af872ebdebbd61..8e72c265a617e1f2223a008e5375829537b8c49b 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 #include <common.h>
+#include <hang.h>
 #if !defined(CONFIG_PANIC_HANG)
 #include <command.h>
 #endif