From d733e4d0e82e6de8b4c6fe57ea75bed061f4aa96 Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Fri, 5 Feb 2021 12:42:32 +0100 Subject: [PATCH] Add a missing stdbool include. --- lib/utils_device_locking.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/utils_device_locking.h b/lib/utils_device_locking.h index d0bc2420..d3b55a02 100644 --- a/lib/utils_device_locking.h +++ b/lib/utils_device_locking.h @@ -22,6 +22,8 @@ #ifndef _CRYPTSETUP_UTILS_LOCKING_H #define _CRYPTSETUP_UTILS_LOCKING_H +#include + struct crypt_device; struct crypt_lock_handle; struct device;