Fix breakage of ipset on *BSD.

Regression introduced in 98189ff988

Thanks to Harper Andrews for spotting this.
This commit is contained in:
Simon Kelley
2025-06-20 15:48:47 +01:00
parent a444715bf0
commit 2b19285724
3 changed files with 12 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
#include "dnsmasq.h"
#if defined(HAVE_IPSET) && defined(HAVE_BSD_NETWORK)
#if defined(HAVE_BSD_IPSET)
#include <string.h>