diff --git a/sys/opencrypto/xform_aes_cbc.c b/sys/opencrypto/xform_aes_cbc.c index a1e6093cccf4..833a792d0f76 100644 --- a/sys/opencrypto/xform_aes_cbc.c +++ b/sys/opencrypto/xform_aes_cbc.c @@ -50,6 +50,7 @@ #include __FBSDID("$FreeBSD$"); +#include #include #include diff --git a/sys/opencrypto/xform_cml.c b/sys/opencrypto/xform_cml.c index 5afca93b796b..970e0fd6aa76 100644 --- a/sys/opencrypto/xform_cml.c +++ b/sys/opencrypto/xform_cml.c @@ -50,6 +50,7 @@ #include __FBSDID("$FreeBSD$"); +#include #include #include diff --git a/sys/opencrypto/xform_deflate.c b/sys/opencrypto/xform_deflate.c index b295ceb2ea9b..b7b81c332bb4 100644 --- a/sys/opencrypto/xform_deflate.c +++ b/sys/opencrypto/xform_deflate.c @@ -50,6 +50,7 @@ #include __FBSDID("$FreeBSD$"); +#include #include #include diff --git a/sys/opencrypto/xform_gmac.c b/sys/opencrypto/xform_gmac.c index 0cd5ef9b60be..3e53065c5dff 100644 --- a/sys/opencrypto/xform_gmac.c +++ b/sys/opencrypto/xform_gmac.c @@ -52,6 +52,7 @@ __FBSDID("$FreeBSD$"); #include #include +#include /* Encryption instances */ const struct enc_xform enc_xform_aes_nist_gmac = { diff --git a/sys/opencrypto/xform_rmd160.c b/sys/opencrypto/xform_rmd160.c index 4814fe8d67b3..bb11de4da5ea 100644 --- a/sys/opencrypto/xform_rmd160.c +++ b/sys/opencrypto/xform_rmd160.c @@ -50,6 +50,7 @@ #include __FBSDID("$FreeBSD$"); +#include #include #include diff --git a/sys/opencrypto/xform_sha1.c b/sys/opencrypto/xform_sha1.c index 25bed2dc20b5..c36ba467ce8e 100644 --- a/sys/opencrypto/xform_sha1.c +++ b/sys/opencrypto/xform_sha1.c @@ -50,6 +50,7 @@ #include __FBSDID("$FreeBSD$"); +#include #include #include diff --git a/sys/opencrypto/xform_sha2.c b/sys/opencrypto/xform_sha2.c index 39795bbda639..c1b55247b227 100644 --- a/sys/opencrypto/xform_sha2.c +++ b/sys/opencrypto/xform_sha2.c @@ -50,6 +50,7 @@ #include __FBSDID("$FreeBSD$"); +#include #include #include #include