[rtems commit] shell: Include missing header file

Sebastian Huber sebh at rtems.org
Mon Jul 22 14:51:42 UTC 2013


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Jul 18 15:33:44 2013 +0200

shell: Include missing header file

---

 cpukit/libmisc/shell/shell_script.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/cpukit/libmisc/shell/shell_script.c b/cpukit/libmisc/shell/shell_script.c
index c87123b..98d0a5b 100644
--- a/cpukit/libmisc/shell/shell_script.c
+++ b/cpukit/libmisc/shell/shell_script.c
@@ -23,6 +23,7 @@
 #include <inttypes.h>
 #include <sys/types.h>
 #include <unistd.h>
+#include <limits.h>
 #define __need_getopt_newlib
 #include <getopt.h>
 




More information about the vc mailing list