Include stddef.h in libcryptsetup.h (size_t definition).

This commit is contained in:
Milan Broz
2012-05-28 09:44:35 +02:00
parent aba52fa878
commit 65c4c62f78
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
2012-05-27 Milan Broz <gmazyland@gmail.com> 2012-05-27 Milan Broz <gmazyland@gmail.com>
* Fix readonly activation if underlying device is readonly (1.4.0). * 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 <gmazyland@gmail.com> 2012-05-21 Milan Broz <gmazyland@gmail.com>
* Add --enable-fips for linking with fipscheck library. * Add --enable-fips for linking with fipscheck library.

View File

@@ -33,6 +33,7 @@
extern "C" { extern "C" {
#endif #endif
#include <stddef.h>
#include <stdint.h> #include <stdint.h>
struct crypt_device; /* crypt device handle */ struct crypt_device; /* crypt device handle */