mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 19:02:05 -04:00
#include <isc/util.h>
This commit is contained in:
parent
41e55d0403
commit
0584ab7e9c
1 changed files with 4 additions and 1 deletions
|
|
@ -16,9 +16,10 @@
|
|||
|
||||
/* $Id$ */
|
||||
|
||||
#if defined(OPENSSL) || defined(PKCS11CRYPTO)
|
||||
#include <config.h>
|
||||
|
||||
#if defined(OPENSSL) || defined(PKCS11CRYPTO)
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
@ -249,6 +250,8 @@ main(int argc, char **argv) {
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <isc/util.h>
|
||||
|
||||
int
|
||||
main(int argc, char **argv) {
|
||||
UNUSED(argc);
|
||||
|
|
|
|||
Loading…
Reference in a new issue