From 65c4c62f78e07408081a20f1bea2b29212b85e01 Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Mon, 28 May 2012 09:44:35 +0200 Subject: [PATCH] Include stddef.h in libcryptsetup.h (size_t definition). --- ChangeLog | 1 + lib/libcryptsetup.h | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index c61ace6..cae9437 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2012-05-27 Milan Broz * Fix readonly activation if underlying device is readonly (1.4.0). + * Include stddef.h in libdevmapper.h (size_t definition). 2012-05-21 Milan Broz * Add --enable-fips for linking with fipscheck library. diff --git a/lib/libcryptsetup.h b/lib/libcryptsetup.h index 2b10add..e4b384f 100644 --- a/lib/libcryptsetup.h +++ b/lib/libcryptsetup.h @@ -33,6 +33,7 @@ extern "C" { #endif +#include #include struct crypt_device; /* crypt device handle */ -- 2.7.4