aosp12/external/libevent/test/tinytest_local.h

13 lines
170 B
C
Raw Normal View History

2023-01-09 17:11:35 +08:00
#include "util-internal.h"
#ifdef _WIN32
#include <winsock2.h>
#endif
#include "event2/util.h"
#ifdef snprintf
#undef snprintf
#endif
#define snprintf evutil_snprintf