blob: c1afeda71e90e26b01ad1dc1610d20508f482530 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
http://bugs.gentoo.org/451668
http://pkgs.fedoraproject.org/cgit/lash.git/tree/lash-gcc47.patch
--- liblash/lash.c
+++ liblash/lash.c
@@ -22,6 +22,7 @@
#include <string.h>
#include <strings.h>
#include <pthread.h>
+#include <sys/resource.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/socket.h>
|