Skip to content
Snippets Groups Projects
Commit 02731cf7 authored by Øyvind Harboe's avatar Øyvind Harboe
Browse files

build: fix problems with "struct stat" not being defined under eCos

parent f68dff66
Branches
No related tags found
No related merge requests found
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
#include "arm_semihosting.h" #include "arm_semihosting.h"
#include <helper/binarybuffer.h> #include <helper/binarybuffer.h>
#include <helper/log.h> #include <helper/log.h>
#include <sys/stat.h>
static int open_modeflags[12] = { static int open_modeflags[12] = {
O_RDONLY, O_RDONLY,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment