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 ef8eb94..97334c0 100644
--- a/iwyu_include_picker.cc
+++ b/iwyu_include_picker.cc
@@ -465,6 +465,8 @@ const IncludeMapEntry libc_include_map[] = {
{ "<bits/string2.h>", kPrivate, "<string.h>", kPublic },
{ "<bits/string3.h>", kPrivate, "<string.h>", kPublic },
{ "<bits/stropts.h>", kPrivate, "<stropts.h>", kPublic },
+ { "<bits/struct_stat.h>", kPrivate, "<sys/stat.h>", kPublic },
+ { "<bits/struct_stat.h>", kPrivate, "<ftw.h>", kPublic },
{ "<bits/sys_errlist.h>", kPrivate, "<stdio.h>", kPublic },
{ "<bits/syscall.h>", kPrivate, "<sys/syscall.h>", kPublic },
{ "<bits/sysctl.h>", kPrivate, "<sys/sysctl.h>", kPublic },