Skip to content

Commit

Permalink
New build failure fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Grela <[email protected]>
  • Loading branch information
enkiusz committed Feb 5, 2025
1 parent 05cc5a4 commit d81d570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/server/Server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#include <setup_payload/AdditionalDataPayloadGenerator.h>
#endif
#ifdef CHIP_MDNS_MINIMAL
#include <lib/dnssd/minimal_mdns/AddressPolicy_SingleInterface.h>
#include <lib/dnssd/minimal_mdns/AddressPolicy_SingleInterface.h> // nogncheck
#endif
#include <setup_payload/SetupPayload.h>
#include <sys/param.h>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/dnssd/minimal_mdns/AddressPolicy_BuiltinImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
namespace mdns {
namespace Minimal {

AddressPolicy * GetDefaultAddressPolicy()
AddressPolicy * GetDefaultAddressPolicy();

} // namespace Minimal
} // namespace mdns

0 comments on commit d81d570

Please sign in to comment.