xref: /minix3/external/bsd/libevent/dist/test/tinytest_local.h (revision e985b929927b5932e3b68f4b50587d458900107a)
1 /*	$NetBSD: tinytest_local.h,v 1.1.1.1 2013/04/11 16:43:32 christos Exp $	*/
2 
3 #ifdef WIN32
4 #include <winsock2.h>
5 #endif
6 
7 #include "event2/util.h"
8 #include "util-internal.h"
9 
10 #ifdef snprintf
11 #undef snprintf
12 #endif
13 #define snprintf evutil_snprintf
14