mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +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
|
#pragma once
|
||||||
|
|
||||||
|
#include <isc/atomic.h>
|
||||||
#include <isc/result.h>
|
#include <isc/result.h>
|
||||||
|
|
||||||
/*! \file isc/types.h
|
/*! \file isc/types.h
|
||||||
@@ -20,7 +21,6 @@
|
|||||||
* OS-specific types, from the OS-specific include directories.
|
* OS-specific types, from the OS-specific include directories.
|
||||||
*/
|
*/
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <stdatomic.h>
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
Reference in New Issue
Block a user