summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/shsim/gdbsci
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sh/shsim/gdbsci')
-rw-r--r--c/src/lib/libbsp/sh/shsim/gdbsci/gdbsci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sh/shsim/gdbsci/gdbsci.c b/c/src/lib/libbsp/sh/shsim/gdbsci/gdbsci.c
index eae0e855d4..24e17e98ed 100644
--- a/c/src/lib/libbsp/sh/shsim/gdbsci/gdbsci.c
+++ b/c/src/lib/libbsp/sh/shsim/gdbsci/gdbsci.c
@@ -17,7 +17,7 @@
#include <stdlib.h>
#include <rtems/libio.h>
-#include <iosupp.h>
+#include <rtems/iosupp.h>
#include <rtems/score/sh_io.h>
/* HACK: There must be something better than this :) */
#if defined(__sh1__)