diff options
Diffstat (limited to 'include/tee.h')
-rw-r--r-- | include/tee.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tee.h b/include/tee.h index 8207d0c02a..99367b258e 100644 --- a/include/tee.h +++ b/include/tee.h @@ -7,6 +7,8 @@ #define __TEE_H #include <linux/bitops.h> +#include <linux/list.h> + #define TEE_UUID_LEN 16 #define TEE_GEN_CAP_GP BIT(0) /* GlobalPlatform compliant TEE */ |