summaryrefslogtreecommitdiff
path: root/libc/src/time/gmtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/time/gmtime.h')
-rw-r--r--libc/src/time/gmtime.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/src/time/gmtime.h b/libc/src/time/gmtime.h
index 3de3cebbfde2..ac7f1be7bbce 100644
--- a/libc/src/time/gmtime.h
+++ b/libc/src/time/gmtime.h
@@ -9,8 +9,9 @@
#ifndef LLVM_LIBC_SRC_TIME_GMTIME_H
#define LLVM_LIBC_SRC_TIME_GMTIME_H
+#include "hdr/types/struct_tm.h"
+#include "hdr/types/time_t.h"
#include "src/__support/macros/config.h"
-#include <time.h>
namespace LIBC_NAMESPACE_DECL {