diff --git a/lib/dns/tests/rbt_test.c b/lib/dns/tests/rbt_test.c index 79ca097d84..ff883a9e31 100644 --- a/lib/dns/tests/rbt_test.c +++ b/lib/dns/tests/rbt_test.c @@ -305,6 +305,9 @@ ATF_TC_BODY(isc_serialize_rbt, tc) { */ printf("deserialization begins.\n"); +#ifndef MAP_FILE +#define MAP_FILE 0 +#endif /* * Map in the whole file in one go */