summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/getgid.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/getgid.c')
-rw-r--r--cpukit/posix/src/getgid.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/posix/src/getgid.c b/cpukit/posix/src/getgid.c
index 4b50762ede..24bd88a2b4 100644
--- a/cpukit/posix/src/getgid.c
+++ b/cpukit/posix/src/getgid.c
@@ -15,7 +15,13 @@
#include <rtems/score/object.h>
#include <rtems/seterr.h>
+#include <rtems/libio_.h>
+
+/*
+ * MACRO in libio_.h
+ *
gid_t _POSIX_types_Gid = 0;
+*/
/*PAGE
*