diff options
author | jk7744.park <jk7744.park@samsung.com> | 2015-10-23 15:30:36 +0900 |
---|---|---|
committer | jk7744.park <jk7744.park@samsung.com> | 2015-10-23 15:30:36 +0900 |
commit | 47696467c8288fbc10a46b65762343d90545ca15 (patch) | |
tree | f2137fc469c5ae2f48ad695df7c1009c51ba111c /packaging/rusage.patch | |
parent | d208c9cb79b228fd48d9f7adef432486389e1abe (diff) | |
download | icecream-47696467c8288fbc10a46b65762343d90545ca15.tar.gz icecream-47696467c8288fbc10a46b65762343d90545ca15.tar.bz2 icecream-47696467c8288fbc10a46b65762343d90545ca15.zip |
tizen 2.4 releasetizen_2.4_mobile_releasesubmit/tizen_2.4_base/20151026.091133submit/tizen_2.4_base/20151026.090024accepted/tizen/2.4/base/20151026.114242tizen_2.4_baseaccepted/tizen_2.4_base
Diffstat (limited to 'packaging/rusage.patch')
-rwxr-xr-x | packaging/rusage.patch | 10 |
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> |