From 727db7aeb9e3e4355b9a2fd065f2b7e52f1082b1 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 21 Jun 2018 10:53:36 -0400 Subject: Rectify include paths (automated) --- src/common/aes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/aes.c') diff --git a/src/common/aes.c b/src/common/aes.c index bdefc2b555..70e48a74f3 100644 --- a/src/common/aes.c +++ b/src/common/aes.c @@ -39,7 +39,7 @@ ENABLE_GCC_WARNING(redundant-decls) #include "common/aes.h" #include "common/util.h" #include "common/torlog.h" -#include "common/di_ops.h" +#include "lib/ctime/di_ops.h" #ifdef ANDROID /* Android's OpenSSL seems to have removed all of its Engine support. */ -- cgit v1.2.3-54-g00ecf