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