summaryrefslogtreecommitdiff
path: root/packaging/rusage.patch
diff options
context:
space:
mode:
authorjk7744.park <jk7744.park@samsung.com>2015-10-23 15:30:36 +0900
committerjk7744.park <jk7744.park@samsung.com>2015-10-23 15:30:36 +0900
commit47696467c8288fbc10a46b65762343d90545ca15 (patch)
treef2137fc469c5ae2f48ad695df7c1009c51ba111c /packaging/rusage.patch
parentd208c9cb79b228fd48d9f7adef432486389e1abe (diff)
downloadicecream-47696467c8288fbc10a46b65762343d90545ca15.tar.gz
icecream-47696467c8288fbc10a46b65762343d90545ca15.tar.bz2
icecream-47696467c8288fbc10a46b65762343d90545ca15.zip
Diffstat (limited to 'packaging/rusage.patch')
-rwxr-xr-xpackaging/rusage.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/packaging/rusage.patch b/packaging/rusage.patch
new file mode 100755
index 0000000..99bd25d
--- /dev/null
+++ b/packaging/rusage.patch
@@ -0,0 +1,10 @@
+--- icecc-0.9.7/daemon/workit_org.cpp 2012-11-14 10:05:46.000000000 +0900
++++ icecc-0.9.7/daemon/workit.cpp 2013-08-08 17:40:52.573686898 +0900
+@@ -35,6 +35,7 @@
+ /* According to earlier standards */
+ #include <sys/time.h>
+ #include <sys/types.h>
++#include <sys/resource.h>
+ #include <unistd.h>
+ #include <sys/fcntl.h>
+ #include <sys/wait.h>