projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb464c3
)
Don't include sys/types.h if NO_SYS_TYPES_H is defined.
author
Richard Levitte
<levitte@openssl.org>
Sat, 26 Feb 2000 03:55:15 +0000
(
03:55
+0000)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 26 Feb 2000 03:55:15 +0000
(
03:55
+0000)
crypto/bio/b_print.c
patch
|
blob
|
history
diff --git
a/crypto/bio/b_print.c
b/crypto/bio/b_print.c
index 57fa09ee35c643eb71382ccf6c5bb5bb7906204c..caf2235cc273b21d80edfb89f2132c7dd2fabd00 100644
(file)
--- a/
crypto/bio/b_print.c
+++ b/
crypto/bio/b_print.c
@@
-64,8
+64,10
@@
#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