Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 66a8a0d

Browse files
committed
Merge branch 'michal/cmocka-future-proofing-9.18' into 'bind-9.18'
[9.18] cmocka future-proofing See merge request isc-projects/bind9!7947
2 parents c65a405 + b2b3899 commit 66a8a0d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+53
-3
lines changed

tests/dns/acl_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* information regarding copyright ownership.
1212
*/
1313

14+
#include <inttypes.h>
1415
#include <sched.h> /* IWYU pragma: keep */
1516
#include <setjmp.h>
1617
#include <stdarg.h>

tests/dns/db_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* information regarding copyright ownership.
1212
*/
1313

14+
#include <inttypes.h>
1415
#include <sched.h> /* IWYU pragma: keep */
1516
#include <setjmp.h>
1617
#include <stdarg.h>

tests/dns/dbdiff_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* information regarding copyright ownership.
1212
*/
1313

14+
#include <inttypes.h>
1415
#include <sched.h> /* IWYU pragma: keep */
1516
#include <setjmp.h>
1617
#include <stdarg.h>

tests/dns/dbiterator_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* information regarding copyright ownership.
1212
*/
1313

14+
#include <inttypes.h>
1415
#include <sched.h> /* IWYU pragma: keep */
1516
#include <setjmp.h>
1617
#include <stdarg.h>

tests/dns/dbversion_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* information regarding copyright ownership.
1212
*/
1313

14+
#include <inttypes.h>
1415
#include <sched.h> /* IWYU pragma: keep */
1516
#include <setjmp.h>
1617
#include <stdarg.h>

tests/dns/dh_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* information regarding copyright ownership.
1212
*/
1313

14+
#include <inttypes.h>
1415
#include <sched.h> /* IWYU pragma: keep */
1516
#include <setjmp.h>
1617
#include <stdarg.h>

tests/dns/dns64_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* information regarding copyright ownership.
1212
*/
1313

14+
#include <inttypes.h>
1415
#include <sched.h> /* IWYU pragma: keep */
1516
#include <setjmp.h>
1617
#include <stdarg.h>

tests/dns/dst_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* information regarding copyright ownership.
1212
*/
1313

14+
#include <inttypes.h>
1415
#include <sched.h> /* IWYU pragma: keep */
1516
#include <setjmp.h>
1617
#include <stdarg.h>

tests/dns/geoip_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* information regarding copyright ownership.
1212
*/
1313

14+
#include <inttypes.h>
1415
#include <sched.h> /* IWYU pragma: keep */
1516
#include <setjmp.h>
1617
#include <stdarg.h>

tests/dns/master_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* information regarding copyright ownership.
1212
*/
1313

14+
#include <inttypes.h>
1415
#include <sched.h> /* IWYU pragma: keep */
1516
#include <setjmp.h>
1617
#include <stdarg.h>

0 commit comments

Comments
 (0)