Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/amdgcn/fstat.c')
-rw-r--r--newlib/libc/sys/amdgcn/fstat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/sys/amdgcn/fstat.c b/newlib/libc/sys/amdgcn/fstat.c
index b78715857..2526967ef 100644
--- a/newlib/libc/sys/amdgcn/fstat.c
+++ b/newlib/libc/sys/amdgcn/fstat.c
@@ -13,6 +13,8 @@
* they apply.
*/
+#include <sys/types.h>
+#include <sys/stat.h>
#include <unistd.h>
#include <errno.h>