mirror of
https://github.com/curl/curl.git
synced 2025-09-16 17:12:43 +03:00
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:
parent
71b7e01610
commit
49f39dfac9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user