diff options
Diffstat (limited to 'CMake/CurlTests.c')
-rw-r--r-- | CMake/CurlTests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/CurlTests.c b/CMake/CurlTests.c index 91a754c86..a3851a5f1 100644 --- a/CMake/CurlTests.c +++ b/CMake/CurlTests.c @@ -1,6 +1,6 @@ #ifdef TIME_WITH_SYS_TIME /* Time with sys/time test */ - + #include <sys/types.h> #include <sys/time.h> #include <time.h> |