From fda1aa1b784eb587e2129f4d2ddaa951c7b86b2f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 30 Aug 2015 15:27:18 +0200 Subject: add missing inclusions of stddef.h to define NULL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/error.c | 1 + src/slibc-error.c | 1 + src/string/strerror.c | 2 ++ 3 files changed, 4 insertions(+) diff --git a/src/error.c b/src/error.c index ee39ccf..eb73276 100644 --- a/src/error.c +++ b/src/error.c @@ -19,6 +19,7 @@ #include #include #include +#include diff --git a/src/slibc-error.c b/src/slibc-error.c index fe2f94b..0680751 100644 --- a/src/slibc-error.c +++ b/src/slibc-error.c @@ -20,6 +20,7 @@ #include #include #include +#include diff --git a/src/string/strerror.c b/src/string/strerror.c index 417d622..dd1d142 100644 --- a/src/string/strerror.c +++ b/src/string/strerror.c @@ -16,6 +16,8 @@ * along with this program. If not, see . */ #include +#include + /** -- cgit v1.2.3-70-g09d2