lib670: make test.h the first include

As in all other lib tests. This avoids a macro redefinition warning for
`_FILE_OFFSET_BITS` visible in the autobuilds.

Closes https://github.com/curl/curl/pull/10182
This commit is contained in:
Marcel Raad 2022-12-30 14:50:15 +01:00
parent 71b7e01610
commit 49f39dfac9
No known key found for this signature in database
GPG Key ID: 7812D5BE80E4E044

View File

@ -22,14 +22,14 @@
* *
***************************************************************************/ ***************************************************************************/
#include <time.h>
#if !defined(LIB670) && !defined(LIB671) #if !defined(LIB670) && !defined(LIB671)
#define CURL_DISABLE_DEPRECATION /* Using and testing the form api */ #define CURL_DISABLE_DEPRECATION /* Using and testing the form api */
#endif #endif
#include "test.h" #include "test.h"
#include <time.h>
#include "memdebug.h" #include "memdebug.h"
#define PAUSE_TIME 2 #define PAUSE_TIME 2