summaryrefslogtreecommitdiff
path: root/security/nessus-libraries/patches/patch-aa
blob: 10fa75e19023135ab5e7d8ec6e2d8a652e9e4616 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-aa,v 1.1.1.1 2000/07/30 11:14:32 frueauf Exp $

--- libpeks/us_export_wizard.c.orig	Sat Jul 22 01:22:08 2000
+++ libpeks/us_export_wizard.c	Fri Jul 21 20:10:36 2000
@@ -25,6 +25,7 @@
 
 #include "common-stuff.h"
 
+#include <stdlib.h>
 #ifndef HAVE_RAND
 #define  rand()  random ()
 #define srand() srandom ()