From 4d9e463c3fb68f3c1c967f73c5f39dc43ba9fed1 Mon Sep 17 00:00:00 2001 From: Pierre-Alexandre Meyer Date: Wed, 5 Aug 2009 13:48:54 -0700 Subject: [PATCH] gpllib: Fix compilation ata.c was missing the inttypes.h header. Signed-off-by: Pierre-Alexandre Meyer --- com32/gpllib/disk/ata.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/com32/gpllib/disk/ata.c b/com32/gpllib/disk/ata.c index f1716ff..d74dda8 100644 --- a/com32/gpllib/disk/ata.c +++ b/com32/gpllib/disk/ata.c @@ -1,3 +1,5 @@ +#include + /** * ata_id_string - Convert IDENTIFY DEVICE page into string * @id: IDENTIFY DEVICE results we will examine -- 2.7.4