You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-devel/icecream/files/0.9.7-glibc2.16.patch

17 lines
342 B

Fix building with glibc-2.16
https://bugs.gentoo.org/show_bug.cgi?id=425248
Patch written by Kacper Kowalik <xarthisius@gentoo.org>
--- a/daemon/workit.cpp
+++ b/daemon/workit.cpp
@@ -26,6 +26,7 @@
#include "exitcode.h"
#include "logging.h"
#include <sys/select.h>
+#include <sys/resource.h>
#include <algorithm>
#ifdef __FreeBSD__