summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/sys/resource.h6
-rw-r--r--include/sys/stat.h6
2 files changed, 12 insertions, 0 deletions
diff --git a/include/sys/resource.h b/include/sys/resource.h
new file mode 100644
index 000000000..6488794ff
--- /dev/null
+++ b/include/sys/resource.h
@@ -0,0 +1,6 @@
+#ifndef _SPL_RESOURCE_H
+#define _SPL_RESOURCE_H
+
+#include <linux/resource.h>
+
+#endif /* SPL_RESOURCE_H */
diff --git a/include/sys/stat.h b/include/sys/stat.h
new file mode 100644
index 000000000..7f67064ba
--- /dev/null
+++ b/include/sys/stat.h
@@ -0,0 +1,6 @@
+#ifndef _SPL_STAT_H
+#define _SPL_STAT_H
+
+#include <linux/stat.h>
+
+#endif /* SPL_STAT_H */