summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-02-26 23:09:01 -0700
committerVijay Kumar Banerjee <vijay@rtems.org>2021-02-27 08:51:53 -0700
commitf0f8c111c58732e5fe153aa2e5b45c0dc19b2193 (patch)
treed522989524d4c23729e88ccf4d39af1e25529af2 /cpukit/libcsupport/src
parentrtems-debugger-threads.c: Fix Unchecked return value error (CID #1468688) (diff)
downloadrtems-f0f8c111c58732e5fe153aa2e5b45c0dc19b2193.tar.bz2
getgrent.c, record-client.c: Add missing includes for assert.h
Diffstat (limited to 'cpukit/libcsupport/src')
-rw-r--r--cpukit/libcsupport/src/getgrent.c1
1 files changed, 1 insertions, 0 deletions
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 <stdlib.h>
#include <pthread.h>
+#include <rtems/score/assert.h>
typedef struct {
FILE *fp;