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

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