Fix bug #49321: error.h missing opening "#ifdef __cplusplus"

Reported by Martin Kortmann
This commit is contained in:
Dirk Ziegelmeier 2016-10-12 07:37:39 +02:00
parent 725feb0d4a
commit 37d5691b19

View File

@ -39,6 +39,10 @@
#include "lwip/opt.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef LWIP_PROVIDE_ERRNO
#define EPERM 1 /* Operation not permitted */