summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gcc/rtems_gcc_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtems_gcc_main.c b/gcc/rtems_gcc_main.c
index 0ca1528..5cb6dd2 100644
--- a/gcc/rtems_gcc_main.c
+++ b/gcc/rtems_gcc_main.c
@@ -9,7 +9,7 @@
* http://www.rtems.com/license/LICENSE.
*/
-#include <rtems.h>
+#include <bsp.h>
#include <sys/stat.h>
#include <sys/types.h>