From a37d05fa564f0253b221720bf0e1202014bde3c7 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Mon, 25 Mar 2002 12:53:25 +0000 Subject: [PATCH] Fix warning. --- crypto/dh/dhtest.c | 1 + 1 file changed, 1 insertion(+) 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[]) -- 2.25.1