mirror of https://github.com/getdnsapi/getdns.git
Fix compiling with --enable-debug-sched
This commit is contained in:
parent
431415bd3d
commit
12567f5338
|
@ -35,6 +35,9 @@
|
||||||
#include "extension/libmini_event.h"
|
#include "extension/libmini_event.h"
|
||||||
#include "context.h"
|
#include "context.h"
|
||||||
#include "util-internal.h"
|
#include "util-internal.h"
|
||||||
|
#if defined(SCHED_DEBUG) && SCHED_DEBUG
|
||||||
|
#include <inttypes.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
static void
|
static void
|
||||||
getdns_mini_event_cleanup(getdns_eventloop *loop)
|
getdns_mini_event_cleanup(getdns_eventloop *loop)
|
||||||
|
|
Loading…
Reference in New Issue