mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-06 08:20:07 +01:00
Include stddef.h in libcryptsetup.h (size_t definition).
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user