summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/crypto/blowfish/bf_ecb.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/crypto/blowfish/bf_ecb.c')
-rw-r--r--freebsd/sys/crypto/blowfish/bf_ecb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/crypto/blowfish/bf_ecb.c b/freebsd/sys/crypto/blowfish/bf_ecb.c
index 874de5ac..07a996f6 100644
--- a/freebsd/sys/crypto/blowfish/bf_ecb.c
+++ b/freebsd/sys/crypto/blowfish/bf_ecb.c
@@ -61,7 +61,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <rtems/bsd/sys/types.h>
+#include <sys/types.h>
#include <crypto/blowfish/blowfish.h>
#include <crypto/blowfish/bf_locl.h>