diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/superiotool/superiotool.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <sys/types.h> #include <machine/sysarch.h> #if defined(__i386__) |