Fix projects without PPP do not compile any more

This commit is contained in:
Dirk Ziegelmeier 2016-04-22 06:24:01 +02:00
parent 15fbfb7363
commit 4d1a2e6699
2 changed files with 5 additions and 0 deletions

View File

@ -60,6 +60,8 @@
#include "lwip/mld6.h"
#include "lwip/api.h"
#include "netif/ppp/ppp_opts.h"
/* Compile-time sanity checks for configuration errors.
* These can be done independently of LWIP_DEBUG, without penalty.
*/

View File

@ -33,6 +33,9 @@
#ifndef LWIP_HDR_MEMP_H
#define LWIP_HDR_MEMP_H
/* needed by memp_std.h */
#include "netif/ppp/ppp_opts.h"
#ifdef __cplusplus
extern "C" {
#endif