aboutsummaryrefslogtreecommitdiffstats
path: root/community/gvm-libs/002-timeval.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/gvm-libs/002-timeval.patch')
-rw-r--r--community/gvm-libs/002-timeval.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/gvm-libs/002-timeval.patch b/community/gvm-libs/002-timeval.patch
new file mode 100644
index 0000000000..937473da6f
--- /dev/null
+++ b/community/gvm-libs/002-timeval.patch
@@ -0,0 +1,13 @@
+diff --git a/nasl/proto.h b/nasl/proto.h
+index cb16a3e..f293782 100644
+--- a/nasl/proto.h
++++ b/nasl/proto.h
+@@ -24,7 +24,7 @@
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
+-#include <time.h>
++#include <sys/time.h>
+ #include "smb.h"
+ /*implemented in genrand.c*/
+ void generate_random_buffer_ntlmssp( unsigned char *out, int len);