summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-12-13 08:23:41 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-12-13 09:04:26 +0100
commit295ca7ded068dc5e3efaf97374be53d50c6be082 (patch)
treecde9ed1963274f6abc7324170067a4ca4c2d686f /cpukit
parentlibdl: Include <rtems/rtl/rtl-*.h> (diff)
downloadrtems-295ca7ded068dc5e3efaf97374be53d50c6be082.tar.bz2
RFS: Include <rtems/rtems-rfs-shell.h>
Prepare for header file move to common include directory. Update #3254.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-shell.c b/cpukit/libfs/src/rfs/rtems-rfs-shell.c
index 63147999a0..3b31385060 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-shell.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-shell.c
@@ -32,7 +32,7 @@
#if __rtems__
#include "rtems-rfs-rtems.h"
-#include "rtems-rfs-shell.h"
+#include <rtems/rtems-rfs-shell.h>
#endif
/**