From: Richard Levitte Date: Sat, 26 Feb 2000 03:55:15 +0000 (+0000) Subject: Don't include sys/types.h if NO_SYS_TYPES_H is defined. X-Git-Tag: OpenSSL_0_9_5beta2~27 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=a1990dd76d07d2ad9d2d32666ec6022bd23da6aa;ds=sidebyside Don't include sys/types.h if NO_SYS_TYPES_H is defined. --- diff --git a/crypto/bio/b_print.c b/crypto/bio/b_print.c index 57fa09ee35..caf2235cc2 100644 --- a/crypto/bio/b_print.c +++ b/crypto/bio/b_print.c @@ -64,8 +64,10 @@ #include #include #include -#include #include "cryptlib.h" +#ifndef NO_SYS_TYPES_H +#include +#endif #include #ifdef BN_LLONG