mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-04 08:32:04 -04:00
fix: nil: Remove spurious zconf.h include
The #include <zconf.h> got spuriously included into isc_commandline unit. The #include <limits.h> needs to be used instead. Merge branch 'ondrej/unify-handling-of-the-program-name-fix' into 'main' See merge request isc-projects/bind9!10503
This commit is contained in:
commit
992be6598f
2 changed files with 2 additions and 2 deletions
|
|
@ -47,9 +47,9 @@
|
|||
* and format in the ISC coding style.
|
||||
*/
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <zconf.h>
|
||||
|
||||
#include <isc/commandline.h>
|
||||
#include <isc/file.h>
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@
|
|||
|
||||
/*! \file isc/commandline.h */
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdbool.h>
|
||||
#include <zconf.h>
|
||||
|
||||
#include <isc/result.h>
|
||||
#include <isc/types.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue