Skip to content

Commit 3c0e45d

Browse files
match lwip errno include from wolfSSL
1 parent cfe2aaf commit 3c0e45d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/io.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ void* wolfSSH_GetIOWriteCtx(WOLFSSH* ssh)
113113
/* lwIP needs to be configured to use sockets API in this mode */
114114
/* LWIP_SOCKET 1 in lwip/opt.h or in build */
115115
#include "lwip/sockets.h"
116-
#include <errno.h>
117116
#ifndef LWIP_PROVIDE_ERRNO
117+
#include <errno.h>
118118
#define LWIP_PROVIDE_ERRNO 1
119119
#endif
120120
#elif defined(FREESCALE_MQX)

0 commit comments

Comments
 (0)