summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/opencrypto/cast.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/opencrypto/cast.c')
-rw-r--r--freebsd/sys/opencrypto/cast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/opencrypto/cast.c b/freebsd/sys/opencrypto/cast.c
index 62aa04ca..2f3e1cf8 100644
--- a/freebsd/sys/opencrypto/cast.c
+++ b/freebsd/sys/opencrypto/cast.c
@@ -11,7 +11,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <rtems/bsd/sys/types.h>
+#include <sys/types.h>
#include <opencrypto/cast.h>
#include <opencrypto/castsb.h>