diff --git a/tests/isc/loop_test.c b/tests/isc/loop_test.c index fc2508ba5f..7fb85dd24c 100644 --- a/tests/isc/loop_test.c +++ b/tests/isc/loop_test.c @@ -33,6 +33,11 @@ #include #include +/* + * Prevent the odr-violation by renaming isc__loopmgr when including loop.c for + * the second time. + */ +#define isc__loopmgr isc___loopmgr #include "loop.c" #include