diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-28 12:58:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-28 13:01:54 -0400 |
commit | 57f4b8385232a15a6713eacc9eb197e1b2f2067d (patch) | |
tree | 36a8b25f2f81af89b171545ad68690e3aa7fa590 /src/common | |
parent | a097ddb4f5105d33146eb8f6afa7d6cd01d47fea (diff) | |
download | tor-57f4b8385232a15a6713eacc9eb197e1b2f2067d.tar.gz tor-57f4b8385232a15a6713eacc9eb197e1b2f2067d.zip |
Fix up the include path of compat_time.h (automated)
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat.h b/src/common/compat.h index 582945734c..ca18970cb2 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -47,7 +47,7 @@ #include "lib/cc/compat_compiler.h" #include "lib/arch/bytes.h" -#include "common/compat_time.h" +#include "lib/time/compat_time.h" #include "lib/string/compat_ctype.h" #include "lib/string/compat_string.h" #include "lib/string/printf.h" |