aboutsummaryrefslogtreecommitdiffstats
path: root/util/datetime/systime.h
diff options
context:
space:
mode:
authorlevong <levong@yandex-team.ru>2022-02-10 16:51:45 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:45 +0300
commitdd80ec62c76c5c848197b5b7468e6e215e59d715 (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb /util/datetime/systime.h
parent5a1d870a044e6a0fc52fe457c2a6055181cf7438 (diff)
downloadydb-dd80ec62c76c5c848197b5b7468e6e215e59d715.tar.gz
Restoring authorship annotation for <levong@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/datetime/systime.h')
-rw-r--r--util/datetime/systime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/datetime/systime.h b/util/datetime/systime.h
index 6ec445dc7f..491d36e802 100644
--- a/util/datetime/systime.h
+++ b/util/datetime/systime.h
@@ -11,7 +11,7 @@ struct tm* GmTimeR(const time_t* timer, struct tm* tmbuf);
// safe version of ctime, convinient version of ctime_r
TString CTimeR(const time_t* timer);
-#ifdef _win_
+#ifdef _win_
#include <util/system/winint.h>
#include <winsock2.h>