Skip to content

Commit 2333c3a

Browse files
committed
windows: Use mdns.h from deps/ folder
Instead of using a local copy, get the mdns.h file from the original repository cloned into deps/ with "git subrepo". Signed-off-by: Paul Cercueil <[email protected]>
1 parent 20948cc commit 2333c3a

File tree

2 files changed

+1
-1203
lines changed

2 files changed

+1
-1203
lines changed

dns_sd_windows.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include "dns_sd.h"
1919
#include "iio-lock.h"
2020
#include "iio-private.h"
21-
#include "mdns.h"
21+
#include "deps/mdns/mdns.h"
2222

2323
#ifdef HAVE_IPV6
2424
static const unsigned char localhost[] = {

0 commit comments

Comments
 (0)