aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/algif_aead.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/algif_aead.c')
-rw-r--r--crypto/algif_aead.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/algif_aead.c b/crypto/algif_aead.c
index 00a6fe166fed..53702e9c6820 100644
--- a/crypto/algif_aead.c
+++ b/crypto/algif_aead.c
@@ -13,6 +13,7 @@
13 * any later version. 13 * any later version.
14 */ 14 */
15 15
16#include <crypto/aead.h>
16#include <crypto/scatterwalk.h> 17#include <crypto/scatterwalk.h>
17#include <crypto/if_alg.h> 18#include <crypto/if_alg.h>
18#include <linux/init.h> 19#include <linux/init.h>