We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e7af4 commit 0cef892Copy full SHA for 0cef892
libc/src/time/time_utils.h
@@ -12,7 +12,10 @@
12
#include "hdr/types/time_t.h"
13
#include "src/__support/CPP/limits.h"
14
#include "src/errno/libc_errno.h"
15
-#include "timezone.h"
+#ifdef LIBC_TARGET_OS_IS_LINUX
16
+#include "src/time/linux/localtime_utils.h"
17
+#include "src/time/linux/timezone.h"
18
+#endif
19
20
namespace LIBC_NAMESPACE_DECL {
21
namespace time_utils {
0 commit comments