summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-12 17:16:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-12 17:16:04 +0000
commit5e74ec1f5efcb61e46f63051e3d38587cc2bd95e (patch)
treed5b7840a0efaef37a69ba4fd1624f1ccbb36abf9 /cpukit/libmisc
parent2007-12-12 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-5e74ec1f5efcb61e46f63051e3d38587cc2bd95e.tar.bz2
2007-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* libmisc/shell/cmd_ls.c: Add include of <sys/stat.h> needed for UNIX BSP.
Diffstat (limited to 'cpukit/libmisc')
-rw-r--r--cpukit/libmisc/shell/cmd_ls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/libmisc/shell/cmd_ls.c b/cpukit/libmisc/shell/cmd_ls.c
index 9e0befd101..9dd9dff323 100644
--- a/cpukit/libmisc/shell/cmd_ls.c
+++ b/cpukit/libmisc/shell/cmd_ls.c
@@ -28,6 +28,7 @@
#include <grp.h>
#include <errno.h>
#include <sys/types.h>
+#include <sys/stat.h>
#include <stddef.h>
#include <rtems.h>