File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 9
9
// //===----------------------------------------------------------------------===//
10
10
11
11
#include " src/sys/time/getitimer.h"
12
+ #include " hdr/types/struct_itimerval.h"
12
13
#include " test/UnitTest/ErrnoSetterMatcher.h"
13
14
#include " test/UnitTest/Test.h"
14
15
15
- #include < sys/time.h>
16
-
17
16
using namespace LIBC_NAMESPACE ::testing::ErrnoSetterMatcher;
18
17
19
18
TEST (LlvmLibcSysTimeGetitimerTest, SmokeTest) {
Original file line number Diff line number Diff line change 9
9
// //===----------------------------------------------------------------------===//
10
10
11
11
#include " src/signal/signal.h"
12
+ #include " hdr/types/struct_itimerval.h"
12
13
#include " src/sys/time/setitimer.h"
13
14
#include " test/UnitTest/ErrnoSetterMatcher.h"
14
15
#include " test/UnitTest/Test.h"
15
16
16
17
#include < atomic>
17
18
#include < signal.h>
18
- #include < sys/time.h>
19
19
20
20
using namespace LIBC_NAMESPACE ::testing::ErrnoSetterMatcher;
21
21
You can’t perform that action at this time.
0 commit comments