]> git.ipfire.org Git - thirdparty/curl.git/commit
hostip: move easy_lock.h include above curl_memory.h
authorColin Cross <ccross@android.com>
Thu, 18 May 2023 17:54:09 +0000 (10:54 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 18 May 2023 18:50:22 +0000 (20:50 +0200)
commite743425bc6a33f63cc7f7a2657ef178c7bae19ff
treed75ce3c28598b8551bcc32fddcba2a1162f75b22
parentde522c55ba23e7614978adcffb073fb41120ec82
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
lib/hostip.c