summaryrefslogtreecommitdiffstats
path: root/bsps
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-09-04 08:34:22 -0500
committerJoel Sherrill <joel@rtems.org>2018-10-18 12:05:40 -0500
commit35eab842948508a0f7de1f9ac45f4817b7f28ae9 (patch)
tree3bf1722b73f6d320a9a6a7862845ea01fb5f4546 /bsps
parentSupport O_DIRECTORY open() flag (diff)
downloadrtems-35eab842948508a0f7de1f9ac45f4817b7f28ae9.tar.bz2
gdbarmsim/include/bsp.h: Include <sys/stat.h> to fix warning
Diffstat (limited to '')
-rw-r--r--bsps/arm/gdbarmsim/include/bsp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bsps/arm/gdbarmsim/include/bsp.h b/bsps/arm/gdbarmsim/include/bsp.h
index 899507e7c7..0010d5845c 100644
--- a/bsps/arm/gdbarmsim/include/bsp.h
+++ b/bsps/arm/gdbarmsim/include/bsp.h
@@ -23,6 +23,8 @@
#include <rtems.h>
+#include <sys/stat.h>
+
#ifdef __cplusplus
extern "C" {
#endif