move all of the references to app/console to lib/console
diff --git a/lib/heap/heap.c b/lib/heap/heap.c
index 2ed35c4..c67bc25 100644
--- a/lib/heap/heap.c
+++ b/lib/heap/heap.c
@@ -348,9 +348,9 @@
 }
 
 #if DEBUGLEVEL > 1
-#if WITH_APP_CONSOLE
+#if WITH_LIB_CONSOLE
 
-#include <app/console.h>
+#include <lib/console.h>
 
 static int cmd_heap(int argc, const cmd_args *argv);