Skip to content

Commit 1456c67

Browse files
author
Зишан Мирза
committed
add timezone to gmtime tests
1 parent 9cfb135 commit 1456c67

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libc/test/src/time/gmtime_r_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
#include "src/time/timezone.h"
910
#include "src/time/gmtime_r.h"
1011
#include "src/time/localtime.h"
1112
#include "src/time/time_utils.h"

libc/test/src/time/gmtime_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#include "src/__support/CPP/limits.h" // INT_MAX, INT_MIN
1010
#include "src/errno/libc_errno.h"
11+
#include "src/time/timezone.h"
1112
#include "src/time/gmtime.h"
1213
#include "src/time/localtime.h"
1314
#include "src/time/time_utils.h"

0 commit comments

Comments
 (0)