mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Add missing header file to the UDP BufferAllocation_1.c scheme.
This commit is contained in:
parent
e46fe7c049
commit
aa9ec31ba9
|
@ -60,6 +60,7 @@
|
||||||
|
|
||||||
/* FreeRTOS+UDP includes. */
|
/* FreeRTOS+UDP includes. */
|
||||||
#include "FreeRTOS_UDP_IP.h"
|
#include "FreeRTOS_UDP_IP.h"
|
||||||
|
#include "FreeRTOS_IP_Private.h"
|
||||||
#include "NetworkInterface.h"
|
#include "NetworkInterface.h"
|
||||||
|
|
||||||
/* For an Ethernet interrupt to be able to obtain a network buffer there must
|
/* For an Ethernet interrupt to be able to obtain a network buffer there must
|
||||||
|
|
Loading…
Reference in a new issue