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
1 changed files with 1 additions and 0 deletions

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>