*** ./include/curl/multi.h.ORIG Tue Feb 3 12:20:11 2015 --- ./include/curl/multi.h Tue Feb 3 12:20:53 2015 *************** *** 89,94 **** --- 89,98 ---- }; typedef struct CURLMsg CURLMsg; + #ifdef _AIX + #include + #endif + /* Based on poll(2) structure and values. * We don't use pollfd and POLL* constants explicitly * to cover platforms without poll(). */