summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/geteuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/geteuid.c')
-rw-r--r--cpukit/posix/src/geteuid.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/posix/src/geteuid.c b/cpukit/posix/src/geteuid.c
index 04e59f2fe6..9e58615446 100644
--- a/cpukit/posix/src/geteuid.c
+++ b/cpukit/posix/src/geteuid.c
@@ -15,7 +15,12 @@
#include <rtems/score/object.h>
#include <rtems/seterr.h>
+#include <rtems/libio_.h>
+
+/*
+ * MACRO in libio_.h
uid_t _POSIX_types_Euid = 0;
+*/
/*PAGE
*