Skip to content

Commit

Permalink
windows: Use mdns.h from deps/ folder
Browse files Browse the repository at this point in the history
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 <paul@crapouillou.net>
  • Loading branch information
pcercuei committed Mar 21, 2022
1 parent 20948cc commit 2333c3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,203 deletions.
2 changes: 1 addition & 1 deletion dns_sd_windows.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "dns_sd.h"
#include "iio-lock.h"
#include "iio-private.h"
#include "mdns.h"
#include "deps/mdns/mdns.h"

#ifdef HAVE_IPV6
static const unsigned char localhost[] = {
Expand Down
Loading

0 comments on commit 2333c3a

Please sign in to comment.