diff --git a/src/dnsmasq/cache.c b/src/dnsmasq/cache.c index 133737da..d2a50185 100644 --- a/src/dnsmasq/cache.c +++ b/src/dnsmasq/cache.c @@ -15,6 +15,7 @@ */ #include "dnsmasq.h" +#include "dnsmasq_interface.h" #include "webserver/webserver.h" static struct crec *cache_head = NULL, *cache_tail = NULL, **hash_table = NULL;