Don't include sys/types.h if NO_SYS_TYPES_H is defined.
authorRichard Levitte <levitte@openssl.org>
Sat, 26 Feb 2000 03:55:15 +0000 (03:55 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 26 Feb 2000 03:55:15 +0000 (03:55 +0000)
crypto/bio/b_print.c

index 57fa09ee35c643eb71382ccf6c5bb5bb7906204c..caf2235cc273b21d80edfb89f2132c7dd2fabd00 100644 (file)
 #include <stdarg.h>
 #include <string.h>
 #include <ctype.h>
-#include <sys/types.h>
 #include "cryptlib.h"
+#ifndef NO_SYS_TYPES_H
+#include <sys/types.h>
+#endif
 #include <openssl/bio.h>
 
 #ifdef BN_LLONG