hdt: Missing include for getkey
authorErwan Velu <erwan.velu@free.fr>
Thu, 19 Mar 2009 16:32:00 +0000 (17:32 +0100)
committerErwan Velu <erwan.velu@free.fr>
Thu, 19 Mar 2009 16:32:00 +0000 (17:32 +0100)
Impact: remove a warning

more_printf now uses the proper includes

com32/hdt/hdt-cli.h

index 20f2c84..984486f 100644 (file)
@@ -29,6 +29,7 @@
 #ifndef DEFINE_HDT_CLI_H
 #define DEFINE_HDT_CLI_H
 #include <stdio.h>
+#include <getkey.h>
 
 #include "hdt-common.h"