xref: /netbsd-src/external/bsd/ntp/dist/sntp/libevent/test/tinytest_local.h (revision cdfa2a7ef92791ba9db70a584a1d904730e6fb46)
1 /*	$NetBSD: tinytest_local.h,v 1.5 2020/05/25 20:47:34 christos Exp $	*/
2 
3 
4 #include "util-internal.h"
5 #ifdef _WIN32
6 #include <winsock2.h>
7 #endif
8 
9 #include "event2/util.h"
10 
11 #ifdef snprintf
12 #undef snprintf
13 #endif
14 #define snprintf evutil_snprintf
15