summaryrefslogtreecommitdiffstats
path: root/testsuites/aclocal/check-cpuopts.m4
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/aclocal/check-cpuopts.m4')
-rw-r--r--testsuites/aclocal/check-cpuopts.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/aclocal/check-cpuopts.m4 b/testsuites/aclocal/check-cpuopts.m4
index a6481486cd..159c12777a 100644
--- a/testsuites/aclocal/check-cpuopts.m4
+++ b/testsuites/aclocal/check-cpuopts.m4
@@ -14,7 +14,7 @@ AC_CACHE_CHECK(
[for $1],
[rtems_cv_$1],
[AC_COMPILE_IFELSE([
-#include <rtems/score/cpuopts.h>
+#include <rtems/system.h>
#ifndef $1
choke me
#endif