Skip to content

Commit 0919e3a

Browse files
committed
move clockid_t enums to facade header
1 parent 920ef53 commit 0919e3a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/ystdlib/wrapped_facade_headers/bits/types/clockid_t.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// clang-format off
55
// IWYU pragma: begin_exports
66
#if defined(__linux__)
7+
#include <bits/time.h>
78
#include <bits/types/clockid_t.h>
89
#elif defined(__APPLE__)
910
#include <_time.h>

src/ystdlib/wrapped_facade_headers/test/test_bits_types_clockid_t.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include <bits/time.h>
2-
31
#include <ystdlib/wrapped_facade_headers/bits/types/clockid_t.h>
42

53
#include <catch2/catch_test_macros.hpp>

0 commit comments

Comments
 (0)