2007-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>

* libmisc/shell/cmd_ls.c: Add include of <sys/stat.h> needed for UNIX
	BSP.
This commit is contained in:
Joel Sherrill
2007-12-12 17:16:04 +00:00
parent a70ec6cb9c
commit 5e74ec1f5e
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
2007-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* libmisc/shell/cmd_ls.c: Add include of <sys/stat.h> needed for UNIX
BSP.
2007-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* libgnat/Makefile.am: Handle POSIX being disabled correctly.
+1
View File
@@ -28,6 +28,7 @@
#include <grp.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <stddef.h>
#include <rtems.h>