From baf278cfc6843bd2ec5d2f857ff3dc32ff21fd08 Mon Sep 17 00:00:00 2001 From: Pierre-Alexandre Meyer Date: Sun, 29 Mar 2009 10:19:47 -0700 Subject: [PATCH] hdt: Missing include for getkey Impact: Fix the build more_printf now uses the proper includes --- com32/hdt/hdt-ata.c | 2 ++ com32/hdt/hdt-common.c | 1 + 2 files changed, 3 insertions(+) diff --git a/com32/hdt/hdt-ata.c b/com32/hdt/hdt-ata.c index 35d422c..34bfe70 100644 --- a/com32/hdt/hdt-ata.c +++ b/com32/hdt/hdt-ata.c @@ -30,8 +30,10 @@ #include #include #include +#include #include "com32io.h" +#include "hdt-common.h" #include "hdt-ata.h" #ifdef ATA diff --git a/com32/hdt/hdt-common.c b/com32/hdt/hdt-common.c index bdca212..740d40e 100644 --- a/com32/hdt/hdt-common.c +++ b/com32/hdt/hdt-common.c @@ -29,6 +29,7 @@ #include #include #include +#include #include "syslinux/config.h" #include "../lib/sys/vesa/vesa.h" -- 2.7.4