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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/posix/src/geteuid.c b/cpukit/posix/src/geteuid.c
index 9e58615446..bf996d3913 100644
--- a/cpukit/posix/src/geteuid.c
+++ b/cpukit/posix/src/geteuid.c
@@ -15,10 +15,10 @@
#include <rtems/score/object.h>
#include <rtems/seterr.h>
-#include <rtems/libio_.h>
+#include <rtems/userenv.h>
/*
- * MACRO in libio_.h
+ * MACRO in userenv.h
uid_t _POSIX_types_Euid = 0;
*/