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

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


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

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

shell: Include <rtems/shell.h>

Prepare for header file move to common include directory.

Update #3254.

---

 cpukit/libmisc/shell/internal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/libmisc/shell/internal.h b/cpukit/libmisc/shell/internal.h
index 31df89d..2d042ae 100644
--- a/cpukit/libmisc/shell/internal.h
+++ b/cpukit/libmisc/shell/internal.h
@@ -9,7 +9,7 @@
 #ifndef _RTEMS_SHELL_INTERNAL_H
 #define _RTEMS_SHELL_INTERNAL_H
 
-#include "shell.h"
+#include <rtems/shell.h>
 
 extern rtems_shell_cmd_t   * rtems_shell_first_cmd;
 extern rtems_shell_topic_t * rtems_shell_first_topic;



More information about the vc mailing list