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