summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-common.h
diff options
context:
space:
mode:
authorPierre-Alexandre Meyer <pierre@mouraf.org>2009-09-01 11:33:40 -0700
committerPierre-Alexandre Meyer <pierre@mouraf.org>2009-09-01 13:10:36 -0700
commit3ae3f2af916af5bc6dcfacd12c063edd179d5160 (patch)
tree82da98152e15526a97c1cad129ed610935ba98f0 /com32/hdt/hdt-common.h
parent1e7f569835e0d81f697a745c8c9746f24f5d7b73 (diff)
downloadsyslinux-3ae3f2af916af5bc6dcfacd12c063edd179d5160.tar.gz
hdt: switch to libansi
Make hdt use libansi. Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
Diffstat (limited to 'com32/hdt/hdt-common.h')
-rw-r--r--com32/hdt/hdt-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/hdt-common.h b/com32/hdt/hdt-common.h
index 82e40897..8e768f53 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 <vpd/vpd.h>
-#include <ansi.h>
+#include <libansi.h>
/* Declare a variable or data structure as unused. */
#define __unused __attribute__ (( unused ))