aboutsummaryrefslogtreecommitdiff
path: root/fixincludes/tests/base/testing.h
diff options
context:
space:
mode:
Diffstat (limited to 'fixincludes/tests/base/testing.h')
-rw-r--r--fixincludes/tests/base/testing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixincludes/tests/base/testing.h b/fixincludes/tests/base/testing.h
index cf95321..8b3acca 100644
--- a/fixincludes/tests/base/testing.h
+++ b/fixincludes/tests/base/testing.h
@@ -64,7 +64,7 @@ BSD43__IOWR('T', 1) /* Some are multi-line */
#if defined( MACHINE_NAME_CHECK )
/* MACH_DIFF: */
-#if defined( i386 ) || defined( sparc ) || defined( vax )
+#if defined( i386 ) || defined( sparc ) || defined( vax ) || defined( linux ) || __has_include ( <linux.h> )
/* no uniform test, so be careful :-) */
#endif /* MACHINE_NAME_CHECK */