From 449bdf3746244160e8ab0ee3ac73d4c73017c2fb Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Tue, 25 May 2021 15:08:03 -0400 Subject: Use "" for include internal/xxx Reviewed-by: Shane Lontis Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15468) --- apps/s_time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/s_time.c') diff --git a/apps/s_time.c b/apps/s_time.c index 8c43db952e..34e939d047 100644 --- a/apps/s_time.c +++ b/apps/s_time.c @@ -22,7 +22,7 @@ #include #include "s_apps.h" #include -#include +#include "internal/sockets.h" #if !defined(OPENSSL_SYS_MSDOS) # include #endif -- cgit v1.2.3