mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
no need to include <isc/netaddr.h> to get in_port_t; <isc/net.h> suffices
This commit is contained in:
parent
ee205e0662
commit
4831695ebe
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@
|
|||
#include <isc/lang.h>
|
||||
#include <isc/magic.h>
|
||||
#include <isc/event.h>
|
||||
#include <isc/netaddr.h>
|
||||
#include <isc/net.h>
|
||||
#include <isc/rwlock.h>
|
||||
#include <isc/stdtime.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue