summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/crypto/camellia/camellia.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/crypto/camellia/camellia.c')
-rw-r--r--freebsd/sys/crypto/camellia/camellia.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/crypto/camellia/camellia.c b/freebsd/sys/crypto/camellia/camellia.c
index 45b660ef..6be51604 100644
--- a/freebsd/sys/crypto/camellia/camellia.c
+++ b/freebsd/sys/crypto/camellia/camellia.c
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-#include <rtems/bsd/sys/types.h>
+#include <sys/types.h>
#include <sys/endian.h>
#ifdef _KERNEL
#include <sys/systm.h>