diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-10-07 16:38:07 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-10-07 22:19:10 +0200 |
commit | 0f2219bb8f19f0e3afb479e9c8f2ca6cbd1d9608 (patch) | |
tree | dfefff0a1e3ea231c3490fa79cd88166eb680bec | |
parent | unit: don't emit PropertiesChanged signal if adding a dependency to a unit is... (diff) | |
download | systemd-0f2219bb8f19f0e3afb479e9c8f2ca6cbd1d9608.tar.xz systemd-0f2219bb8f19f0e3afb479e9c8f2ca6cbd1d9608.zip |
basic: include stddef.h since we use NULL in header
-rw-r--r-- | src/basic/copy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/basic/copy.h b/src/basic/copy.h index 843d2d7c98..cf2efd8e7b 100644 --- a/src/basic/copy.h +++ b/src/basic/copy.h @@ -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> |