diff options
Diffstat (limited to 'crypto/md4.c')
| -rw-r--r-- | crypto/md4.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/md4.c b/crypto/md4.c index 7fca1f59a4f..0477a6a01d5 100644 --- a/crypto/md4.c +++ b/crypto/md4.c @@ -23,6 +23,7 @@  #include <crypto/internal/hash.h>  #include <linux/init.h>  #include <linux/kernel.h> +#include <linux/module.h>  #include <linux/string.h>  #include <linux/types.h>  #include <asm/byteorder.h>  |