Skip to content

Commit 0e93178

Browse files
committed
MQX Maintenance
1. Include header rtcs.h. It is missed if not using SCP.
1 parent 86ee47b commit 0e93178

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wolfssh/port.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,6 +1099,7 @@ extern "C" {
10991099
#elif defined(FREESCALE_MQX)
11001100
/* MQX does not have FIONREAD, use SO_RCVNUM with getsockopt() instead */
11011101
#include <ioctl.h>
1102+
#include <rtcs.h>
11021103
#define WFIONREAD SO_RCVNUM
11031104
static inline void ws_Ioctl(int fd, int flag, int* ret)
11041105
{

0 commit comments

Comments
 (0)