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/linux/sys/resource.h')
-rw-r--r--newlib/libc/sys/linux/sys/resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/linux/sys/resource.h b/newlib/libc/sys/linux/sys/resource.h
index f804731f9..660ec799c 100644
--- a/newlib/libc/sys/linux/sys/resource.h
+++ b/newlib/libc/sys/linux/sys/resource.h
@@ -7,6 +7,6 @@
#define _SYS_RESOURCE_H
#include <sys/types.h>
-#include <bits/resource.h>
+#include <linux/resource.h>
#endif