]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
basic: include stddef.h since we use NULL in header
authorLennart Poettering <lennart@poettering.net>
Wed, 7 Oct 2020 14:38:07 +0000 (16:38 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 7 Oct 2020 20:19:10 +0000 (22:19 +0200)
src/basic/copy.h

index 843d2d7c985c081252c0278a2cfb28b50862b899..cf2efd8e7bba37073db0ec4a2613a82f0992d7c3 100644 (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>