Skip to content

Commit b0323d3

Browse files
ajayparidanordicjm
authored andcommitted
[nrf fromtree] net: shell: Fix CI warning implicit declaration
Fixes "implicit declaration of function ARRAY_SIZE" observed during CI. Signed-off-by: Ajay Parida <[email protected]> (cherry picked from commit f519b4d)
1 parent 971b653 commit b0323d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/zephyr/net/wifi.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
#ifndef ZEPHYR_INCLUDE_NET_WIFI_H_
1313
#define ZEPHYR_INCLUDE_NET_WIFI_H_
1414

15+
#include <zephyr/sys/util.h> /* for ARRAY_SIZE */
16+
1517
#define WIFI_COUNTRY_CODE_LEN 2
1618

1719
/* Not having support for legacy types is deliberate to enforce

0 commit comments

Comments
 (0)