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

This commit is contained in:
Joel Sherrill
2018-09-04 08:34:22 -05:00
parent 4af18b34f4
commit 35eab84294

View File

@@ -23,6 +23,8 @@
#include <rtems.h>
#include <sys/stat.h>
#ifdef __cplusplus
extern "C" {
#endif