From f0f8c111c58732e5fe153aa2e5b45c0dc19b2193 Mon Sep 17 00:00:00 2001 From: Vijay Kumar Banerjee Date: Fri, 26 Feb 2021 23:09:01 -0700 Subject: getgrent.c, record-client.c: Add missing includes for assert.h --- cpukit/libcsupport/src/getgrent.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/libcsupport') diff --git a/cpukit/libcsupport/src/getgrent.c b/cpukit/libcsupport/src/getgrent.c index de564304d4..d4d3705115 100644 --- a/cpukit/libcsupport/src/getgrent.c +++ b/cpukit/libcsupport/src/getgrent.c @@ -26,6 +26,7 @@ #include #include +#include typedef struct { FILE *fp; -- cgit v1.2.3