We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe2aaf commit 3c0e45dCopy full SHA for 3c0e45d
1 file changed
src/io.c
@@ -113,8 +113,8 @@ void* wolfSSH_GetIOWriteCtx(WOLFSSH* ssh)
113
/* lwIP needs to be configured to use sockets API in this mode */
114
/* LWIP_SOCKET 1 in lwip/opt.h or in build */
115
#include "lwip/sockets.h"
116
- #include <errno.h>
117
#ifndef LWIP_PROVIDE_ERRNO
+ #include <errno.h>
118
#define LWIP_PROVIDE_ERRNO 1
119
#endif
120
#elif defined(FREESCALE_MQX)
0 commit comments