summaryrefslogtreecommitdiffstats
path: root/apps/s_time.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2021-05-25 15:08:03 -0400
committerPauli <pauli@openssl.org>2021-05-27 09:56:41 +1000
commit449bdf3746244160e8ab0ee3ac73d4c73017c2fb (patch)
treeb5609fb1ba31df998f9941e4acaa6769bd957e9f /apps/s_time.c
parent6229815ab8f6e0a6e272c7a7094a061606cd0a90 (diff)
Use "" for include internal/xxx
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15468)
Diffstat (limited to 'apps/s_time.c')
-rw-r--r--apps/s_time.c2
1 files changed, 1 insertions, 1 deletions
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 <openssl/pem.h>
#include "s_apps.h"
#include <openssl/err.h>
-#include <internal/sockets.h>
+#include "internal/sockets.h"
#if !defined(OPENSSL_SYS_MSDOS)
# include <unistd.h>
#endif