lib/libcrc32c.c: fix build warning
[cascardo/linux.git] / lib / libcrc32c.c
index 6a08ce7..31ce853 100644 (file)
@@ -36,6 +36,7 @@
 #include <linux/init.h>
 #include <linux/kernel.h>
 #include <linux/module.h>
+#include <linux/crc32c.h>
 
 static struct crypto_shash *tfm;