Fix build problem with ENABLE_DEBUG_STUB when not using ENABLE_DEBUG_ALL.

This commit is contained in:
Jim Hague 2019-11-01 10:44:55 +00:00
parent 011b4c6099
commit 1cac86424e
3 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,8 @@
#ifndef UTIL_LOG_H
#define UTIL_LOG_H
#include <stdlib.h>
#include "config.h"
#include "debug.h"

View File

@ -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

View File

@ -36,6 +36,8 @@
#ifndef UTIL_LOCKS_H
#define UTIL_LOCKS_H
#include <string.h>
/**
* \file
* Locking primitives.