summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/crypto/blowfish/bf_enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/crypto/blowfish/bf_enc.c')
-rw-r--r--freebsd/sys/crypto/blowfish/bf_enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/crypto/blowfish/bf_enc.c b/freebsd/sys/crypto/blowfish/bf_enc.c
index 19f58101..48e59d85 100644
--- a/freebsd/sys/crypto/blowfish/bf_enc.c
+++ b/freebsd/sys/crypto/blowfish/bf_enc.c
@@ -64,7 +64,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>