summaryrefslogtreecommitdiffstats
path: root/freebsd
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd')
-rw-r--r--freebsd/sys/sys/bitstring.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/freebsd/sys/sys/bitstring.h b/freebsd/sys/sys/bitstring.h
index 18c91878..8fd9b25a 100644
--- a/freebsd/sys/sys/bitstring.h
+++ b/freebsd/sys/sys/bitstring.h
@@ -68,6 +68,9 @@
#endif
#include <sys/types.h>
+#ifdef __rtems__
+#include <machine/bitstring.h>
+#endif /* __rtems__ */
typedef unsigned long bitstr_t;