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/net-p2p/valknut/files/valknut-0.4.9-gcc47.patch

16 lines
304 B

Fix building with gcc-47
https://bugs.gentoo.org/show_bug.cgi?id=423045
Patch written by Kacper Kowalik <xarthisius@gentoo.org>
--- a/valknut/main.cpp
+++ b/valknut/main.cpp
@@ -22,6 +22,7 @@
#endif
#include <stdlib.h>
+#include <unistd.h> /* _exit */
#ifndef WIN32
#include <signal.h>
#endif