diff options
-rw-r--r-- | tests/libtest/lib670.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libtest/lib670.c b/tests/libtest/lib670.c index 8e992f894..0751b92bb 100644 --- a/tests/libtest/lib670.c +++ b/tests/libtest/lib670.c @@ -22,14 +22,14 @@ * ***************************************************************************/ -#include <time.h> - #if !defined(LIB670) && !defined(LIB671) #define CURL_DISABLE_DEPRECATION /* Using and testing the form api */ #endif #include "test.h" +#include <time.h> + #include "memdebug.h" #define PAUSE_TIME 2 |