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
|
||||
#define UTIL_LOG_H
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "debug.h"
|
||||
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
#include "config.h"
|
||||
#include "util/locks.h"
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
#ifdef HAVE_SYS_WAIT_H
|
||||
#include <sys/wait.h>
|
||||
#endif
|
||||
|
|
|
@ -36,6 +36,8 @@
|
|||
#ifndef UTIL_LOCKS_H
|
||||
#define UTIL_LOCKS_H
|
||||
|
||||
#include <string.h>
|
||||
|
||||
/**
|
||||
* \file
|
||||
* Locking primitives.
|
||||
|
|
Loading…
Reference in New Issue