Fix missing declaration

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2023-12-07 17:11:10 +01:00
parent 37e8388215
commit 0d0cdae84f
+1
View File
@@ -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;