From 3f2f3d4264a1b237cdad6043fbfdfab6b19d852d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Tue, 18 Jun 2002 09:36:02 +0000 Subject: [PATCH] always include (we do this in various other header files, so it can't be bad) --- crypto/des/des_locl.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/crypto/des/des_locl.h b/crypto/des/des_locl.h index 70e833be3f..9e033f7c2e 100644 --- a/crypto/des/des_locl.h +++ b/crypto/des/des_locl.h @@ -69,6 +69,7 @@ #include #include +#include #ifndef OPENSSL_SYS_MSDOS #if !defined(OPENSSL_SYS_VMS) || defined(__DECC) @@ -89,10 +90,6 @@ #include #endif -#if defined(__STDC__) || defined(OPENSSL_SYS_VMS) || defined(M_XENIX) || defined(OPENSSL_SYS_MSDOS) -#include -#endif - #ifdef OPENSSL_BUILD_SHLIBCRYPTO # undef OPENSSL_EXTERN # define OPENSSL_EXTERN OPENSSL_EXPORT -- 2.25.1