Commit d10e174f authored by Gisle Vanem's avatar Gisle Vanem
Browse files

Some compilers lacks <sys/time.h>. Include "timeval.h" to simplify the #ifdefs.

parent e994c6af
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@

#include "test.h"

#include <sys/time.h>
#include <sys/types.h>

#include "timeval.h"
+2 −3
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@

#include "test.h"

#include <sys/time.h>
#include <sys/types.h>

#include "timeval.h"
+3 −4
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@

#ifdef USE_SSLEAY

#include <sys/time.h>
#include <sys/types.h>

#include <openssl/opensslv.h>