Skip to content

Commit 2103de0

Browse files
committed
[clangd] Add header mapping for struct_rusage.h
1 parent f32662a commit 2103de0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang-tools-extra/clangd/index/CanonicalIncludes.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,7 @@ const std::pair<llvm::StringRef, llvm::StringRef> IncludeMappings[] = {
670670
{"bits/types.h", "<sys/types.h>"},
671671
{"bits/types/siginfo_t.h", "<sys/siginfo.h>"},
672672
{"bits/types/struct_itimerspec.h", "<sys/time.h>"},
673+
{"bits/types/struct_rusage.h", "<sys/resource.h>"},
673674
{"bits/uio.h", "<sys/uio.h>"},
674675
{"bits/ustat.h", "<sys/ustat.h>"},
675676
{"bits/utmp.h", "<utmp.h>"},

0 commit comments

Comments
 (0)