2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

need #include <config.h> to define away inline

This commit is contained in:
Andreas Gustafsson 1999-12-16 23:25:09 +00:00
parent 6017f424ee
commit 9416e9751e

View File

@ -15,6 +15,8 @@
* SOFTWARE.
*/
#include <config.h>
#include <stdlib.h>
#include <isc/assertions.h>