mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Merge pull request #6125 from embhorn/gh6007
Include sys/time.h for WOLFSSL_RIOT_OS
This commit is contained in:
@ -105,9 +105,11 @@
|
||||
#include <errno.h>
|
||||
#endif
|
||||
|
||||
#if defined(__MACH__) || defined(__FreeBSD__) || defined(__INCLUDE_NUTTX_CONFIG_H)
|
||||
#if defined(__MACH__) || defined(__FreeBSD__) || \
|
||||
defined(__INCLUDE_NUTTX_CONFIG_H) || defined(WOLFSSL_RIOT_OS)
|
||||
#include <sys/time.h>
|
||||
#endif /* __MACH__ || __FreeBSD__ || __INCLUDE_NUTTX_CONFIG_H */
|
||||
#endif /* __MACH__ || __FreeBSD__ ||
|
||||
__INCLUDE_NUTTX_CONFIG_H || WOLFSSL_RIOT_OS */
|
||||
|
||||
|
||||
#include <wolfssl/internal.h>
|
||||
|
Reference in New Issue
Block a user