1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-12 08:58:20 +03:00

basic: include stddef.h since we use NULL in header

This commit is contained in:
Lennart Poettering 2020-10-07 16:38:07 +02:00
parent 5177cb0a9a
commit 0f2219bb8f

View File

@ -4,6 +4,7 @@
#include <fcntl.h>
#include <inttypes.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <sys/stat.h>
#include <sys/types.h>