Fixed bug #27155: "'NULL' undeclared in inet_checksum.c"

This commit is contained in:
goldsimon 2009-08-03 19:28:35 +00:00
parent 7feb116bae
commit 62c27f7fce

View File

@ -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