*** ./lib/multi.c.ORIG Wed Aug 16 17:02:58 2017 --- ./lib/multi.c Wed Aug 16 17:03:11 2017 *************** *** 20,25 **** --- 20,26 ---- * ***************************************************************************/ + #include #include "curl_setup.h" #include *** ./lib/asyn-thread.c.ORIG Thu Sep 12 21:53:42 2019 --- ./lib/asyn-thread.c Thu Sep 12 21:54:09 2019 *************** *** 213,218 **** --- 213,222 ---- memset(tsd, 0, sizeof(*tsd)); } + #ifndef AF_LOCAL + #define AF_LOCAL AF_UNIX + #endif + /* Initialize resolver thread synchronization data */ static int init_thread_sync_data(struct thread_data * td,