Home | History | Annotate | Download | only in test
      1 
      2 #include "util-internal.h"
      3 #ifdef _WIN32
      4 #include <winsock2.h>
      5 #endif
      6 
      7 #include "event2/util.h"
      8 
      9 #ifdef snprintf
     10 #undef snprintf
     11 #endif
     12 #define snprintf evutil_snprintf
     13