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.
struct tm
time_t
1 parent 2e11cb4 commit bbc3beeCopy full SHA for bbc3bee
libc/src/time/localtime.cpp
@@ -7,6 +7,8 @@
7
//===----------------------------------------------------------------------===//
8
9
#include "src/time/localtime.h"
10
+#include "hdr/types/struct_tm.h"
11
+#include "hdr/types/time_t.h"
12
#include "src/__support/macros/null_check.h"
13
#include "src/time/time_utils.h"
14
libc/src/time/localtime_r.cpp
#include "src/time/localtime_r.h"
0 commit comments