From 0e9317841d6c3f1c4589e38b7ea1beaa4b71d1e3 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Tue, 3 Mar 2020 11:45:35 -0800 Subject: [PATCH] MQX Maintenance 1. Include header rtcs.h. It is missed if not using SCP. --- wolfssh/port.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wolfssh/port.h b/wolfssh/port.h index ef21ecc..8b4fc66 100644 --- a/wolfssh/port.h +++ b/wolfssh/port.h @@ -1099,6 +1099,7 @@ extern "C" { #elif defined(FREESCALE_MQX) /* MQX does not have FIONREAD, use SO_RCVNUM with getsockopt() instead */ #include + #include #define WFIONREAD SO_RCVNUM static inline void ws_Ioctl(int fd, int flag, int* ret) {