summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psximfs02/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psximfs02/init.c')
-rw-r--r--testsuites/psxtests/psximfs02/init.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/psxtests/psximfs02/init.c b/testsuites/psxtests/psximfs02/init.c
index 861bf0cca5..a9c79a0dd5 100644
--- a/testsuites/psxtests/psximfs02/init.c
+++ b/testsuites/psxtests/psximfs02/init.c
@@ -20,6 +20,10 @@
#include <rtems/libio.h>
#include <rtems/libcsupport.h>
+#if !HAVE_DECL_SETEUID
+extern int seteuid(uid_t euid);
+#endif
+
void IMFS_dump( void );
rtems_task Init(
rtems_task_argument argument