summaryrefslogtreecommitdiff
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-12-13 08:27:58 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-12-13 09:04:27 +0100
commit4a23aa4528afc41a52c5f2b56015be3c09a3a1e3 (patch)
treefe46fb8c63863242e94bf90a5b3e1de6e5b0470a /cpukit
parent47f236c67a6caf6a4beee2d1c057168e61028140 (diff)
shell: Include <rtems/shell.h>
Prepare for header file move to common include directory. Update #3254.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libmisc/shell/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libmisc/shell/internal.h b/cpukit/libmisc/shell/internal.h
index 31df89da05..2d042aecf7 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;