[PATCH 1/6] gdbarmsim/include/bsp.h: Include <sys/stat.h> to fix warning
Joel Sherrill
joel at rtems.org
Mon Oct 8 13:26:42 UTC 2018
---
bsps/arm/gdbarmsim/include/bsp.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bsps/arm/gdbarmsim/include/bsp.h b/bsps/arm/gdbarmsim/include/bsp.h
index 899507e..0010d58 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
--
1.8.3.1
More information about the devel
mailing list