From: Pierre-Alexandre Meyer Date: Tue, 1 Sep 2009 18:33:40 +0000 (-0700) Subject: hdt: switch to libansi X-Git-Tag: syslinux-3.84-pre1~37^2~25^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ae3f2af916af5bc6dcfacd12c063edd179d5160;p=platform%2Fupstream%2Fsyslinux.git hdt: switch to libansi Make hdt use libansi. Signed-off-by: Pierre-Alexandre Meyer --- diff --git a/com32/hdt/hdt-common.h b/com32/hdt/hdt-common.h index 82e4089..8e768f5 100644 --- a/com32/hdt/hdt-common.h +++ b/com32/hdt/hdt-common.h @@ -39,7 +39,7 @@ #include "hdt-ata.h" #include "../lib/sys/vesa/vesa.h" #include -#include +#include /* Declare a variable or data structure as unused. */ #define __unused __attribute__ (( unused ))