From: Erwan Velu Date: Thu, 19 Mar 2009 16:32:00 +0000 (+0100) Subject: hdt: Missing include for getkey X-Git-Tag: syslinux-3.74-pre12~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6606166240b2dbb66c01d8353651e973a9264ae;p=profile%2Fivi%2Fsyslinux.git hdt: Missing include for getkey Impact: remove a warning more_printf now uses the proper includes --- diff --git a/com32/hdt/hdt-cli.h b/com32/hdt/hdt-cli.h index 20f2c84..984486f 100644 --- a/com32/hdt/hdt-cli.h +++ b/com32/hdt/hdt-cli.h @@ -29,6 +29,7 @@ #ifndef DEFINE_HDT_CLI_H #define DEFINE_HDT_CLI_H #include +#include #include "hdt-common.h"