Skip to content

Commit

Permalink
[nrf toup][platform] Added missing net_if.h include
Browse files Browse the repository at this point in the history
With the recent Zephyr upmerge additional net_if.h includes
are needed for the nrfconnect and Zephyr platforms.
  • Loading branch information
kkasperczyk-no authored and rlubos committed May 28, 2024
1 parent 6d98476 commit 28ebd43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/platform/Zephyr/ConfigurationManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@

#include "InetUtils.h"

#include <zephyr/net/net_if.h>

#include <lib/support/CodeUtils.h>
#include <lib/support/logging/CHIPLogging.h>

Expand Down
1 change: 1 addition & 0 deletions src/platform/nrfconnect/ConnectivityManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <platform/ConnectivityManager.h>
#include <platform/Zephyr/InetUtils.h>
#include <platform/internal/BLEManager.h>
#include <zephyr/net/net_if.h>

#include <platform/internal/GenericConnectivityManagerImpl_UDP.ipp>

Expand Down

0 comments on commit 28ebd43

Please sign in to comment.