mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-02-05 06:39:52 +00:00
Fix bug #49321: error.h missing opening "#ifdef __cplusplus"
Reported by Martin Kortmann
This commit is contained in:
parent
725feb0d4a
commit
37d5691b19
@ -39,6 +39,10 @@
|
||||
|
||||
#include "lwip/opt.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef LWIP_PROVIDE_ERRNO
|
||||
|
||||
#define EPERM 1 /* Operation not permitted */
|
||||
|
Loading…
x
Reference in New Issue
Block a user