1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-26 03:22:00 +03:00

volume_id: include stddef.h header

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
This commit is contained in:
Kay Sievers 2005-11-12 04:11:08 +01:00
parent 08f403cc37
commit 009364eef9

View File

@ -12,6 +12,7 @@
#define _VOLUME_ID_H_
#include <stdint.h>
#include <stddef.h>
#define VOLUME_ID_VERSION 53