Skip to content

Commit 3ea6737

Browse files
authored
Merge pull request #249 from ejohnstown/maint-mqx
MQX Maintenance
2 parents 86ee47b + 0e93178 commit 3ea6737

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)