summaryrefslogtreecommitdiff
path: root/security/openvas-libraries/files/patch-libopenvas-popen.c
blob: 4f361cff18cdfb01fc95e3d03010e3ce3085de00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- libopenvas/popen.c.orig	2008-04-26 23:50:53.000000000 +0900
+++ libopenvas/popen.c	2008-04-26 23:51:11.000000000 +0900
@@ -26,6 +26,7 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <signal.h>
+#include <sys/resource.h>
 
 #include "system.h"