summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/crypto/rijndael/rijndael-api.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/crypto/rijndael/rijndael-api.c')
-rw-r--r--freebsd/sys/crypto/rijndael/rijndael-api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/crypto/rijndael/rijndael-api.c b/freebsd/sys/crypto/rijndael/rijndael-api.c
index e99c58b7..cd7f2e8e 100644
--- a/freebsd/sys/crypto/rijndael/rijndael-api.c
+++ b/freebsd/sys/crypto/rijndael/rijndael-api.c
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <rtems/bsd/sys/types.h>
+#include <sys/types.h>
#ifdef _KERNEL
#include <sys/systm.h>
#endif