mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:11:40 +03:00
hostip: move easy_lock.h include above curl_memory.h
Similar to #9561, move easy_lock.h above curl_memory.h to fix building against musl libc. Closes #11140
This commit is contained in:
parent
de522c55ba
commit
e743425bc6
1 changed files with 1 additions and 2 deletions
|
|
@ -61,6 +61,7 @@
|
|||
#include "doh.h"
|
||||
#include "warnless.h"
|
||||
#include "strcase.h"
|
||||
#include "easy_lock.h"
|
||||
/* The last 3 #include files should be in this order */
|
||||
#include "curl_printf.h"
|
||||
#include "curl_memory.h"
|
||||
|
|
@ -70,8 +71,6 @@
|
|||
#include <SystemConfiguration/SCDynamicStoreCopySpecific.h>
|
||||
#endif
|
||||
|
||||
#include "easy_lock.h"
|
||||
|
||||
#if defined(CURLRES_SYNCH) && \
|
||||
defined(HAVE_ALARM) && \
|
||||
defined(SIGALRM) && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue