Merge pull request #1750 from JacobBarthelmeh/SanityChecks
update condition for include of sys/time.h
This commit is contained in:
commit
739bbd1355
@ -463,7 +463,7 @@ WOLFSSL_API int wolfCrypt_Cleanup(void);
|
||||
/* default */
|
||||
/* uses complete <time.h> facility */
|
||||
#include <time.h>
|
||||
#if defined(HAVE_SYS_TIME_H) || defined(WOLF_C99)
|
||||
#if defined(HAVE_SYS_TIME_H)
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user