aboutsummaryrefslogtreecommitdiff
path: root/libevent-2.0.20-stable/test/tinytest_local.h
blob: 1a7f75efc5aa47869ab0806f048322a398b59b9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifdef WIN32
#include <winsock2.h>
#endif

#include "event2/util.h"
#include "util-internal.h"

#ifdef snprintf
#undef snprintf
#endif
#define snprintf evutil_snprintf