diff --git a/tools_webrtc/iwyu/mappings.imp b/tools_webrtc/iwyu/mappings.imp index aa19c2b4c2..9e1855adbb 100644 --- a/tools_webrtc/iwyu/mappings.imp +++ b/tools_webrtc/iwyu/mappings.imp @@ -22,6 +22,9 @@ { include: ['"rdbx.h"', "private", '"third_party/libsrtp/include/srtp_priv.h"', "public"] }, { include: ['"auth.h"', "private", '"third_party/libsrtp/include/srtp_priv.h"', "public"] }, +# pthread internals +{ include: ['', "private", '', "public"] }, + # Needed to agree with presubmit tests for includes (and not include ) { symbol: ["std::string", "public", "", "public"] }, { symbol: ["std::move", "public", "", "public"] }, @@ -29,4 +32,4 @@ { symbol: ["std::unique_ptr", "public", "", "public"] }, # Needed to avoid { symbol: ["std::ostringstream", "public", "", "public"] }, -] \ No newline at end of file +]