From 278fd9c0542527cec16aac7b98d1ffc4e895f236 Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Fri, 10 Aug 2018 09:12:53 -0600 Subject: [PATCH] update condition for include of sys/time.h --- wolfssl/wolfcrypt/wc_port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfssl/wolfcrypt/wc_port.h b/wolfssl/wolfcrypt/wc_port.h index 723dcca78..e5b6f2f58 100644 --- a/wolfssl/wolfcrypt/wc_port.h +++ b/wolfssl/wolfcrypt/wc_port.h @@ -463,7 +463,7 @@ WOLFSSL_API int wolfCrypt_Cleanup(void); /* default */ /* uses complete facility */ #include - #if defined(HAVE_SYS_TIME_H) || defined(WOLF_C99) + #if defined(HAVE_SYS_TIME_H) #include #endif