x86: merge zones_sizes_init for numa and non numa on 32-bit
[safe/jmp/linux-2.6] / crypto / digest.c
index 6fd43bd..b526cc3 100644 (file)
@@ -21,6 +21,8 @@
 #include <linux/module.h>
 #include <linux/scatterlist.h>
 
+#include "internal.h"
+
 static int init(struct hash_desc *desc)
 {
        struct crypto_tfm *tfm = crypto_hash_tfm(desc->tfm);