gdbarmsim/include/bsp.h: Include <sys/stat.h> to fix warning

This commit is contained in:
Joel Sherrill
2018-10-18 12:05:40 -05:00
parent 4af18b34f4
commit 35eab84294
+2
View File
@@ -23,6 +23,8 @@
#include <rtems.h>
#include <sys/stat.h>
#ifdef __cplusplus
extern "C" {
#endif