summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/contrib/ck/include/ck_cc.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/contrib/ck/include/ck_cc.h')
-rw-r--r--freebsd/sys/contrib/ck/include/ck_cc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/freebsd/sys/contrib/ck/include/ck_cc.h b/freebsd/sys/contrib/ck/include/ck_cc.h
index 9a152a3c..086d12fc 100644
--- a/freebsd/sys/contrib/ck/include/ck_cc.h
+++ b/freebsd/sys/contrib/ck/include/ck_cc.h
@@ -28,6 +28,9 @@
#ifndef CK_CC_H
#define CK_CC_H
+#ifdef __rtems__
+#include <rtems/score/cpuopts.h>
+#endif /* __rtems__ */
#if defined(__GNUC__) || defined(__SUNPRO_C)
#include "gcc/ck_cc.h"
#endif