summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src
diff options
context:
space:
mode:
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;