1
0
mirror of https://github.com/moparisthebest/curl synced 2025-01-04 10:28:08 -05:00

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

This commit is contained in:
Gisle Vanem 2007-01-29 20:24:00 +00:00
parent e994c6af75
commit d10e174fd1
3 changed files with 7 additions and 10 deletions

View File

@ -10,7 +10,6 @@
#include "test.h"
#include <sys/time.h>
#include <sys/types.h>
#include "timeval.h"

View File

@ -10,7 +10,6 @@
#include "test.h"
#include <sys/time.h>
#include <sys/types.h>
#include "timeval.h"

View File

@ -12,7 +12,6 @@
#ifdef USE_SSLEAY
#include <sys/time.h>
#include <sys/types.h>
#include <openssl/opensslv.h>