diff options
Diffstat (limited to 'lib/speedcheck.h')
-rw-r--r-- | lib/speedcheck.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/speedcheck.h b/lib/speedcheck.h index fc40e7d0c..a933781c0 100644 --- a/lib/speedcheck.h +++ b/lib/speedcheck.h @@ -22,9 +22,9 @@ * ***************************************************************************/ -#include "setup.h" +#include "curl_setup.h" -#include "timeval.h" +#include "curl_timeval.h" void Curl_speedinit(struct SessionHandle *data); CURLcode Curl_speedcheck(struct SessionHandle *data, |