mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 09:09:59 -04:00
Add missing header guard to new header files
This commit is contained in:
parent
6eed126051
commit
3ce6708be2
3 changed files with 6 additions and 0 deletions
|
|
@ -9,6 +9,8 @@
|
|||
* information regarding copyright ownership.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <isc/mem.h>
|
||||
#include <isc/types.h>
|
||||
|
|
|
|||
|
|
@ -43,6 +43,8 @@
|
|||
* THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <isc/atomic.h>
|
||||
#include <isc/string.h>
|
||||
#include <isc/mem.h>
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@
|
|||
* information regarding copyright ownership.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <unistd.h>
|
||||
#include <uv.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue