diff options
author | Craig Tiller <ctiller@google.com> | 2016-03-25 19:48:22 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-03-25 19:48:22 -0700 |
commit | 43539fb5398a6b8ed88b4c24ab4f7b2ab1e6d117 (patch) | |
tree | 19cca8172fa518cfdda6b887556a32b8f5b585bb | |
parent | 5070d8bba53151babab3e3eae24aa3b3518ede47 (diff) |
Fix another path
-rw-r--r-- | src/core/lib/support/time_win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/support/time_win32.c b/src/core/lib/support/time_win32.c index 2f23a7a59c..a6ac003fb8 100644 --- a/src/core/lib/support/time_win32.c +++ b/src/core/lib/support/time_win32.c @@ -44,7 +44,7 @@ #include <sys/timeb.h> #include "src/core/lib/support/block_annotate.h" -#include "src/core/support/time_precise.h" +#include "src/core/lib/support/time_precise.h" static LARGE_INTEGER g_start_time; static double g_time_scale; |