From e35a2182a92bf9f747471144c6ed2197cecbb729 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Thu, 6 Apr 2017 12:24:27 +0200 Subject: [PATCH] missing #include --- src/general.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/general.c b/src/general.c index 16a07128..b981470b 100644 --- a/src/general.c +++ b/src/general.c @@ -53,6 +53,7 @@ #include "stub.h" #include "dict.h" #include "mdns.h" +#include "debug.h" void _getdns_call_user_callback(getdns_dns_req *dnsreq, getdns_dict *response) {