From: Damien Miller Date: Sun, 18 Mar 2001 23:00:53 +0000 (+1100) Subject: Add missing headers X-Git-Tag: V_2_5_2_P1~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2dc6030f769d7737bf481d2d4c77f82bc4b7965;p=thirdparty%2Fopenssh-portable.git Add missing headers --- diff --git a/openbsd-compat/bsd-arc4random.c b/openbsd-compat/bsd-arc4random.c index 2f3130700..aaf9a7b0b 100644 --- a/openbsd-compat/bsd-arc4random.c +++ b/openbsd-compat/bsd-arc4random.c @@ -23,13 +23,15 @@ */ #include "includes.h" +#include "log.h" -RCSID("$Id: bsd-arc4random.c,v 1.3 2001/03/18 22:38:16 djm Exp $"); +RCSID("$Id: bsd-arc4random.c,v 1.4 2001/03/18 23:00:53 djm Exp $"); #ifndef HAVE_ARC4RANDOM #include #include +#include /* Size of key to use */ #define SEED_SIZE 20