hdt: Missing include for getkey
authorPierre-Alexandre Meyer <pierre@mouraf.org>
Sun, 29 Mar 2009 17:19:47 +0000 (10:19 -0700)
committerPierre-Alexandre Meyer <pierre@mouraf.org>
Sun, 29 Mar 2009 17:20:27 +0000 (10:20 -0700)
Impact: Fix the build

more_printf now uses the proper includes

com32/hdt/hdt-ata.c
com32/hdt/hdt-common.c

index 35d422c..34bfe70 100644 (file)
 #include <stdio.h>
 #include <stdlib.h>
 #include <console.h>
+#include <getkey.h>
 
 #include "com32io.h"
+#include "hdt-common.h"
 #include "hdt-ata.h"
 
 #ifdef ATA
index bdca212..740d40e 100644 (file)
@@ -29,6 +29,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>
+#include <getkey.h>
 #include "syslinux/config.h"
 #include "../lib/sys/vesa/vesa.h"