Add a missing stdbool include.

This commit is contained in:
Milan Broz
2021-02-05 12:42:32 +01:00
parent 4d6d6edcff
commit d733e4d0e8

View File

@@ -22,6 +22,8 @@
#ifndef _CRYPTSETUP_UTILS_LOCKING_H
#define _CRYPTSETUP_UTILS_LOCKING_H
#include <stdbool.h>
struct crypt_device;
struct crypt_lock_handle;
struct device;