From: Ben Laurie Date: Mon, 25 Mar 2002 12:53:25 +0000 (+0000) Subject: Fix warning. X-Git-Tag: OpenSSL_0_9_6d-beta1~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a37d05fa564f0253b221720bf0e1202014bde3c7;p=oweals%2Fopenssl.git Fix warning. --- diff --git a/crypto/dh/dhtest.c b/crypto/dh/dhtest.c index 11ec20c3ae..a38465da13 100644 --- a/crypto/dh/dhtest.c +++ b/crypto/dh/dhtest.c @@ -66,6 +66,7 @@ #include #include #include +#include #ifdef NO_DH int main(int argc, char *argv[])