[rtems commit] gdbarmsim/include/bsp.h: Include <sys/stat.h> to fix warning
Joel Sherrill
joel at rtems.org
Fri Oct 19 18:03:55 UTC 2018
Module: rtems
Branch: master
Commit: 35eab842948508a0f7de1f9ac45f4817b7f28ae9
Changeset: http://git.rtems.org/rtems/commit/?id=35eab842948508a0f7de1f9ac45f4817b7f28ae9
Author: Joel Sherrill <joel at rtems.org>
Date: Tue Sep 4 08:34:22 2018 -0500
gdbarmsim/include/bsp.h: Include <sys/stat.h> to fix warning
---
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
More information about the vc
mailing list