From: Lennart Poettering Date: Wed, 7 Oct 2020 14:38:07 +0000 (+0200) Subject: basic: include stddef.h since we use NULL in header X-Git-Tag: v247-rc1~109^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f2219bb8f19f0e3afb479e9c8f2ca6cbd1d9608;p=thirdparty%2Fsystemd.git basic: include stddef.h since we use NULL in header --- diff --git a/src/basic/copy.h b/src/basic/copy.h index 843d2d7c985..cf2efd8e7bb 100644 --- a/src/basic/copy.h +++ b/src/basic/copy.h @@ -4,6 +4,7 @@ #include #include #include +#include #include #include #include