summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/include
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/include')
-rw-r--r--testsuites/psxtests/include/pmacros.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/psxtests/include/pmacros.h b/testsuites/psxtests/include/pmacros.h
index f49cc42f91..34e84fe75e 100644
--- a/testsuites/psxtests/include/pmacros.h
+++ b/testsuites/psxtests/include/pmacros.h
@@ -5,7 +5,9 @@
#ifndef __POSIX_TEST_MACROS_h
#define __POSIX_TEST_MACROS_h
+#if defined(__rtems__)
#include <bsp.h>
+#endif
#include <pthread.h>
#include <assert.h>
#include <stdio.h>