Skip to content

Commit

Permalink
Fix Darwin build for missing mDNS impl (#3440)
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-apple authored and pull[bot] committed Dec 18, 2020
1 parent 4c6c9bb commit 1186099
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@

// Include the non-inline definitions for the GenericPlatformManagerImpl<> template,
// from which the GenericPlatformManagerImpl_POSIX<> template inherits.
#if CHIP_ENABLE_MDNS
#include <platform/Linux/MdnsImpl.h>
#endif
#include <platform/internal/GenericPlatformManagerImpl.cpp>

#include <system/SystemLayer.h>
Expand Down

0 comments on commit 1186099

Please sign in to comment.