summaryrefslogtreecommitdiffstats
path: root/iwyu_include_picker.cc
diff options
context:
space:
mode:
Diffstat (limited to 'iwyu_include_picker.cc')
-rw-r--r--iwyu_include_picker.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/iwyu_include_picker.cc b/iwyu_include_picker.cc
index 817067b..4e6b490 100644
--- a/iwyu_include_picker.cc
+++ b/iwyu_include_picker.cc
@@ -475,6 +475,8 @@ const IncludeMapEntry libc_include_map[] = {
{ "<bits/timerfd.h>", kPrivate, "<sys/timerfd.h>", kPublic },
{ "<bits/timex.h>", kPrivate, "<sys/timex.h>", kPublic },
{ "<bits/types.h>", kPrivate, "<sys/types.h>", kPublic },
+ { "<bits/types/siginfo_t.h>", kPrivate, "<signal.h>", kPublic },
+ { "<bits/types/siginfo_t.h>", kPrivate, "<sys/wait.h>", kPublic },
{ "<bits/uio.h>", kPrivate, "<sys/uio.h>", kPublic },
{ "<bits/unistd.h>", kPrivate, "<unistd.h>", kPublic },
{ "<bits/ustat.h>", kPrivate, "<sys/ustat.h>", kPrivate },