hdt: Adding includes to avoid gcc warning
authorErwan Velu <erwan.velu@free.fr>
Tue, 17 Nov 2009 16:20:30 +0000 (17:20 +0100)
committerErwan Velu <erwan.velu@free.fr>
Tue, 17 Nov 2009 16:20:30 +0000 (17:20 +0100)
Impact: Avoid warnings at compile time

hdt.c was calling start_cli without including the according .h file

com32/hdt/hdt.c

index 0fe2021..30cb062 100644 (file)
@@ -36,6 +36,7 @@
 #include <console.h>
 #include <consoles.h>
 #include "hdt.h"
+#include "hdt-cli.h"
 #include "hdt-menu.h"
 #include "hdt-common.h"