[rtems commit] shell: Include missing header

Sebastian Huber sebh at rtems.org
Wed Nov 26 08:59:24 UTC 2014


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Nov 26 09:57:57 2014 +0100

shell: Include missing header

---

 cpukit/libmisc/shell/main_edit.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cpukit/libmisc/shell/main_edit.c b/cpukit/libmisc/shell/main_edit.c
index 2ede21b..d105e20 100644
--- a/cpukit/libmisc/shell/main_edit.c
+++ b/cpukit/libmisc/shell/main_edit.c
@@ -46,6 +46,7 @@
 #endif
 
 #ifdef __rtems__
+#include <assert.h>
 #include <rtems.h>
 #include <rtems/shell.h>
 #endif




More information about the vc mailing list