blob: 1a7f75efc5aa47869ab0806f048322a398b59b9e [file] [log] [blame]
Austin Schuha2733762015-09-06 17:46:50 -07001
2#ifdef WIN32
3#include <winsock2.h>
4#endif
5
6#include "event2/util.h"
7#include "util-internal.h"
8
9#ifdef snprintf
10#undef snprintf
11#endif
12#define snprintf evutil_snprintf