diff --git a/test/tinytest_local.h b/test/tinytest_local.h index d3ef3013..888b1159 100644 --- a/test/tinytest_local.h +++ b/test/tinytest_local.h @@ -6,4 +6,7 @@ #include "event2/util.h" #include "util-internal.h" +#ifdef snprintf +#undef snprintf +#endif #define snprintf evutil_snprintf