Skip to content

Commit e0ef1cd

Browse files
authored
Add #include "FreeRTOS_ARP.h" to loopbackNetworkInterface.c (#1290)
To resolve the issue #1289
1 parent f7f7b9d commit e0ef1cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/portable/NetworkInterface/loopback/loopbackNetworkInterface.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#include "semphr.h"
3636

3737
/* FreeRTOS+TCP includes. */
38+
#include "FreeRTOS_ARP.h"
3839
#include "FreeRTOS_IP.h"
3940
#include "FreeRTOS_Sockets.h"
4041
#include "FreeRTOS_IP_Private.h"

0 commit comments

Comments
 (0)