Add #include <stddef.h> to a central place (arch.h) instead of #including it in several other files throughout lwip since size_t is needed in many places

See http://lwip.100.n7.nabble.com/Issue-in-arch-h-for-lwIP-2-0-0-td27948.html
This commit is contained in:
Dirk Ziegelmeier
2016-11-30 07:43:59 +01:00
parent 47fd67a35c
commit 182d7c138a
7 changed files with 7 additions and 10 deletions

View File

@@ -51,7 +51,6 @@
#include "lwip/def.h"
#include "lwip/ip_addr.h"
#include <stddef.h>
#include <string.h>
#ifndef LWIP_CHKSUM