mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-27 15:16:03 +00:00
Fix projects without PPP do not compile any more
This commit is contained in:
parent
15fbfb7363
commit
4d1a2e6699
@ -60,6 +60,8 @@
|
|||||||
#include "lwip/mld6.h"
|
#include "lwip/mld6.h"
|
||||||
#include "lwip/api.h"
|
#include "lwip/api.h"
|
||||||
|
|
||||||
|
#include "netif/ppp/ppp_opts.h"
|
||||||
|
|
||||||
/* Compile-time sanity checks for configuration errors.
|
/* Compile-time sanity checks for configuration errors.
|
||||||
* These can be done independently of LWIP_DEBUG, without penalty.
|
* These can be done independently of LWIP_DEBUG, without penalty.
|
||||||
*/
|
*/
|
||||||
|
@ -33,6 +33,9 @@
|
|||||||
#ifndef LWIP_HDR_MEMP_H
|
#ifndef LWIP_HDR_MEMP_H
|
||||||
#define LWIP_HDR_MEMP_H
|
#define LWIP_HDR_MEMP_H
|
||||||
|
|
||||||
|
/* needed by memp_std.h */
|
||||||
|
#include "netif/ppp/ppp_opts.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user