[rtems commit] RFS: Include <rtems/rtems-rfs-shell.h>

Sebastian Huber sebh at rtems.org
Wed Dec 13 08:09:18 UTC 2017


Module:    rtems
Branch:    master
Commit:    295ca7ded068dc5e3efaf97374be53d50c6be082
Changeset: http://git.rtems.org/rtems/commit/?id=295ca7ded068dc5e3efaf97374be53d50c6be082

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Dec 13 08:23:41 2017 +0100

RFS: Include <rtems/rtems-rfs-shell.h>

Prepare for header file move to common include directory.

Update #3254.

---

 cpukit/libfs/src/rfs/rtems-rfs-shell.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/libfs/src/rfs/rtems-rfs-shell.c b/cpukit/libfs/src/rfs/rtems-rfs-shell.c
index 6314799..3b31385 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
 
 /**




More information about the vc mailing list