mirror of https://github.com/getdnsapi/getdns.git
Fix build problem with ENABLE_DEBUG_STUB when not using ENABLE_DEBUG_ALL.
This commit is contained in:
parent
011b4c6099
commit
1cac86424e
|
@ -34,6 +34,8 @@
|
||||||
#ifndef UTIL_LOG_H
|
#ifndef UTIL_LOG_H
|
||||||
#define UTIL_LOG_H
|
#define UTIL_LOG_H
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
||||||
|
|
|
@ -42,6 +42,7 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "util/locks.h"
|
#include "util/locks.h"
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
#include <string.h>
|
||||||
#ifdef HAVE_SYS_WAIT_H
|
#ifdef HAVE_SYS_WAIT_H
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -36,6 +36,8 @@
|
||||||
#ifndef UTIL_LOCKS_H
|
#ifndef UTIL_LOCKS_H
|
||||||
#define UTIL_LOCKS_H
|
#define UTIL_LOCKS_H
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file
|
* \file
|
||||||
* Locking primitives.
|
* Locking primitives.
|
||||||
|
|
Loading…
Reference in New Issue