From 83b4f49c0a96ac43e8554b32fc1a6850041032f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lutz=20J=C3=A4nicke?= Date: Wed, 28 May 2003 19:56:46 +0000 Subject: Move header file inclusion to prevent irritation of users forgetting to call "make depend" after enabling or disabling ciphers... Submitted by: Tal Mozes PR: #628 --- crypto/md2/md2test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/md2') diff --git a/crypto/md2/md2test.c b/crypto/md2/md2test.c index 901d0a7d8e..9c1e28b6ce 100644 --- a/crypto/md2/md2test.c +++ b/crypto/md2/md2test.c @@ -59,7 +59,6 @@ #include #include #include -#include #include "../e_os.h" @@ -71,6 +70,7 @@ int main(int argc, char *argv[]) } #else #include +#include #ifdef CHARSET_EBCDIC #include -- cgit v1.2.1