1*c43e99fdSEd Maste 2*c43e99fdSEd Maste #include "util-internal.h" 3*c43e99fdSEd Maste #ifdef _WIN32 4*c43e99fdSEd Maste #include <winsock2.h> 5*c43e99fdSEd Maste #endif 6*c43e99fdSEd Maste 7*c43e99fdSEd Maste #include "event2/util.h" 8*c43e99fdSEd Maste 9*c43e99fdSEd Maste #ifdef snprintf 10*c43e99fdSEd Maste #undef snprintf 11*c43e99fdSEd Maste #endif 12*c43e99fdSEd Maste #define snprintf evutil_snprintf 13