memp.h: added missing include

(cherry picked from commit 3fd8440ab9)
This commit is contained in:
goldsimon 2017-03-17 08:55:10 +01:00
parent a4017a485c
commit f9872c519c

View File

@ -38,6 +38,8 @@
#ifndef LWIP_HDR_MEMP_H #ifndef LWIP_HDR_MEMP_H
#define LWIP_HDR_MEMP_H #define LWIP_HDR_MEMP_H
#include "lwip/opt.h"
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif