From 760498f8ea96096314900861d492f2125121a112 Mon Sep 17 00:00:00 2001 From: Jonathan Kollasch Date: Sun, 24 Oct 2010 14:18:55 +0000 Subject: Fix superiotool build on non-NetBSD x86_64. Signed-off-by: Jonathan Kollasch Acked-by: Jonathan Kollasch git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5983 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/superiotool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/superiotool/superiotool.h b/util/superiotool/superiotool.h index ba51345560..479dba0d7a 100644 --- a/util/superiotool/superiotool.h +++ b/util/superiotool/superiotool.h @@ -59,7 +59,7 @@ #define INL inl #endif -#if defined(__NetBSD__) && defined(__i386__) || defined(__x86_64__) +#if defined(__NetBSD__) && (defined(__i386__) || defined(__x86_64__)) #include #include #if defined(__i386__) -- cgit v1.2.3