mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
Use <isc/atomic.h> instead of <stdatomic.h> directly in <isc/types.h>
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <isc/atomic.h>
|
||||
#include <isc/result.h>
|
||||
|
||||
/*! \file isc/types.h
|
||||
@@ -20,7 +21,6 @@
|
||||
* OS-specific types, from the OS-specific include directories.
|
||||
*/
|
||||
#include <limits.h>
|
||||
#include <stdatomic.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
Reference in New Issue
Block a user