diff --git a/sys/opencrypto/xform_aes_xts.c b/sys/opencrypto/xform_aes_xts.c index 096a87b8b924..0b415f1d6346 100644 --- a/sys/opencrypto/xform_aes_xts.c +++ b/sys/opencrypto/xform_aes_xts.c @@ -50,6 +50,7 @@ #include __FBSDID("$FreeBSD$"); +#include #include static int aes_xts_setkey(void *, const uint8_t *, int);