2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

include <isc/asssertions.h> since several defines depend on it

This commit is contained in:
David Lawrence
2000-04-28 18:32:30 +00:00
parent 37cf280f49
commit b22879b057

View File

@@ -18,8 +18,6 @@
#ifndef ISC_UTIL_H #ifndef ISC_UTIL_H
#define ISC_UTIL_H 1 #define ISC_UTIL_H 1
#include <isc/error.h>
/* /*
* NOTE: * NOTE:
* *
@@ -111,7 +109,6 @@
/* /*
* List Macros. * List Macros.
*/ */
#include <isc/list.h> #include <isc/list.h>
#define LIST(type) ISC_LIST(type) #define LIST(type) ISC_LIST(type)
@@ -135,6 +132,7 @@
/* /*
* Assertions * Assertions
*/ */
#include <isc/assertions.h>
#define REQUIRE(e) ISC_REQUIRE(e) #define REQUIRE(e) ISC_REQUIRE(e)
#define ENSURE(e) ISC_ENSURE(e) #define ENSURE(e) ISC_ENSURE(e)
@@ -144,6 +142,7 @@
/* /*
* Errors * Errors
*/ */
#include <isc/error.h>
#define UNEXPECTED_ERROR isc_error_unexpected #define UNEXPECTED_ERROR isc_error_unexpected
#define FATAL_ERROR isc_error_fatal #define FATAL_ERROR isc_error_fatal