-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Including a lot of headers in a header should be avoided as much as possible; instead the headers should be included in the source files directly. Signed-off-by: Paul Cercueil <[email protected]>
- Loading branch information
Showing
5 changed files
with
45 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,13 +7,15 @@ | |
* Robin Getz <[email protected]> | ||
*/ | ||
|
||
#include <CFNetwork/CFNetwork.h> | ||
|
||
#include "debug.h" | ||
#include "dns_sd.h" | ||
#include "iio-lock.h" | ||
#include "iio-private.h" | ||
|
||
#include <arpa/inet.h> | ||
#include <netinet/in.h> | ||
#include <CFNetwork/CFNetwork.h> | ||
|
||
/* | ||
Implementation for DNS SD discovery for macOS using CFNetServices. | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters