Commit a1990dd7 authored by Richard Levitte's avatar Richard Levitte
Browse files

Don't include sys/types.h if NO_SYS_TYPES_H is defined.

parent cb464c38
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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