hdt: switch to libansi
authorPierre-Alexandre Meyer <pierre@mouraf.org>
Tue, 1 Sep 2009 18:33:40 +0000 (11:33 -0700)
committerPierre-Alexandre Meyer <pierre@mouraf.org>
Tue, 1 Sep 2009 20:10:36 +0000 (13:10 -0700)
Make hdt use libansi.

Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
com32/hdt/hdt-common.h

index 82e4089..8e768f5 100644 (file)
@@ -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 ))