Fix superiotool build on non-NetBSD x86_64.
authorJonathan Kollasch <jakllsch@kollasch.net>
Sun, 24 Oct 2010 14:18:55 +0000 (14:18 +0000)
committerJonathan A. Kollasch <jakllsch@kollasch.net>
Sun, 24 Oct 2010 14:18:55 +0000 (14:18 +0000)
Signed-off-by: Jonathan Kollasch <jakllsch@kollasch.net>
Acked-by: Jonathan Kollasch <jakllsch@kollasch.net>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5983 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

util/superiotool/superiotool.h

index ba513455609004a4f2fa9463e38df583a80bcad4..479dba0d7a202cb750d569820bc08b19ac3668db 100644 (file)
@@ -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 <sys/types.h>
 #include <machine/sysarch.h>
 #if defined(__i386__)