Skip to content

Commit c2a87c6

Browse files
committed
Fix compiler warning
1 parent a3742aa commit c2a87c6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/unit-test/FreeRTOS_IP_Utils_DiffConfig/FreeRTOS_IP_Utils_DiffConfig_utest.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
#include "mock_FreeRTOS_IP_Timers.h"
5151
#include "mock_FreeRTOS_ARP.h"
5252
#include "mock_FreeRTOS_DHCP.h"
53+
#include "mock_FreeRTOS_Sockets.h"
5354
#include "mock_FreeRTOS_Routing.h"
5455
#include "mock_NetworkBufferManagement.h"
5556
#include "mock_FreeRTOS_IPv4_Utils.h"

test/unit-test/FreeRTOS_IP_Utils_DiffConfig/ut.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ list(APPEND mock_list
2020
"${CMAKE_BINARY_DIR}/Annexed_TCP/FreeRTOS_IPv4_Utils.h"
2121
"${CMAKE_BINARY_DIR}/Annexed_TCP/FreeRTOS_ARP.h"
2222
"${CMAKE_BINARY_DIR}/Annexed_TCP/FreeRTOS_DHCP.h"
23+
"${CMAKE_BINARY_DIR}/Annexed_TCP/FreeRTOS_Sockets.h"
2324
"${CMAKE_BINARY_DIR}/Annexed_TCP/FreeRTOS_Routing.h"
2425
"${CMAKE_BINARY_DIR}/Annexed_TCP/NetworkBufferManagement.h"
2526
"${CMAKE_BINARY_DIR}/Annexed_TCP/NetworkInterface.h"

0 commit comments

Comments
 (0)