mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-04 11:38:11 +00:00
Fixed bug #27155: "'NULL' undeclared in inet_checksum.c"
This commit is contained in:
parent
7feb116bae
commit
62c27f7fce
@ -41,6 +41,8 @@
|
||||
#include "lwip/inet_chksum.h"
|
||||
#include "lwip/inet.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
/* These are some reference implementations of the checksum algorithm, with the
|
||||
* aim of being simple, correct and fully portable. Checksumming is the
|
||||
* first thing you would want to optimize for your platform. If you create
|
||||
|
Loading…
Reference in New Issue
Block a user