summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/crypto/internal/drbg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/crypto/internal/drbg.h b/include/crypto/internal/drbg.h
index b4e5ef0be602..5d4174cc6a53 100644
--- a/include/crypto/internal/drbg.h
+++ b/include/crypto/internal/drbg.h
@@ -9,6 +9,9 @@
#ifndef _INTERNAL_DRBG_H
#define _INTERNAL_DRBG_H
+#include <linux/list.h>
+#include <linux/types.h>
+
/*
* Concatenation Helper and string operation helper
*