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

Reorder inclusion, or NO_SYS_TYPES_H will not be detected.

PR: 241
parent 2fb45382
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -61,6 +61,8 @@
#include <stdlib.h>
#include <string.h>

#include "openssl/e_os.h"

#ifdef VMS
#include <unixio.h>
#endif
@@ -73,7 +75,6 @@
# include <sys/stat.h>
#endif

#include "openssl/e_os.h"
#include <openssl/crypto.h>
#include <openssl/rand.h>