From 3ae3f2af916af5bc6dcfacd12c063edd179d5160 Mon Sep 17 00:00:00 2001 From: Pierre-Alexandre Meyer Date: Tue, 1 Sep 2009 11:33:40 -0700 Subject: [PATCH] hdt: switch to libansi Make hdt use libansi. Signed-off-by: Pierre-Alexandre Meyer --- com32/hdt/hdt-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )) -- 2.7.4