diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-02-14 17:36:59 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-02-14 17:36:59 +0100 |
commit | ad718fa19cb5d223f493b9184f809bc0fba3a940 (patch) | |
tree | 0e0130ded6df3db89259e5421e23a6f98d8d3e39 | |
parent | 2f1c0bf15981358e24c358056ef23b47d03fbe6e (diff) | |
download | curl-ad718fa19cb5d223f493b9184f809bc0fba3a940.tar.gz |
fixup move the include over as well
-rw-r--r-- | lib/easy.c | 1 | ||||
-rw-r--r-- | lib/timeval.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/easy.c b/lib/easy.c index ae0f16e1e..ba122d905 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -75,6 +75,7 @@ #include "ssh.h" #include "setopt.h" #include "http_digest.h" +#include "system_win32.h" /* The last 3 #include files should be in this order */ #include "curl_printf.h" diff --git a/lib/timeval.c b/lib/timeval.c index 9b6482408..089ed56a6 100644 --- a/lib/timeval.c +++ b/lib/timeval.c @@ -21,7 +21,6 @@ ***************************************************************************/ #include "timeval.h" -#include "system_win32.h" #if defined(WIN32) && !defined(MSDOS) |