aboutsummaryrefslogtreecommitdiffstats
path: root/main/strace/sysinfo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/strace/sysinfo.patch')
-rw-r--r--main/strace/sysinfo.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/main/strace/sysinfo.patch b/main/strace/sysinfo.patch
new file mode 100644
index 0000000000..1a655d629c
--- /dev/null
+++ b/main/strace/sysinfo.patch
@@ -0,0 +1,12 @@
+diff --git a/resource.c b/resource.c
+index 12e218f..2b72ee2 100644
+--- a/resource.c
++++ b/resource.c
+@@ -31,6 +31,7 @@
+ #include "defs.h"
+ #include <sys/resource.h>
+ #include <sys/times.h>
++#include <sys/sysinfo.h>
+ #include <linux/kernel.h>
+
+ #include "xlat/resources.h"