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

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