pppos.c: Use arch.h to get size_t instead of including stddef.h

This commit is contained in:
Dirk Ziegelmeier 2016-12-07 22:29:24 +01:00
parent 1dd563a0ae
commit f446194c8a

View File

@ -35,8 +35,8 @@
#if PPP_SUPPORT && PPPOS_SUPPORT /* don't build if not configured for use in lwipopts.h */
#include <string.h>
#include <stddef.h>
#include "lwip/arch.h"
#include "lwip/err.h"
#include "lwip/pbuf.h"
#include "lwip/sys.h"