summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/getuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src/getuid.c')
-rw-r--r--c/src/exec/posix/src/getuid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/posix/src/getuid.c b/c/src/exec/posix/src/getuid.c
index aafc818c01..f37ea30960 100644
--- a/c/src/exec/posix/src/getuid.c
+++ b/c/src/exec/posix/src/getuid.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_Uid = 0;
*/