mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 21:10:00 -04:00
stdio.h is required if tracing
This commit is contained in:
parent
9da327c41b
commit
8660a2d45b
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@
|
|||
|
||||
#if 0
|
||||
#define ISC_UTIL_TRACE(a) a
|
||||
#include <stdio.h>
|
||||
#else
|
||||
#define ISC_UTIL_TRACE(a)
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue