diff options
author | Chris Xiong <chirs241097@gmail.com> | 2022-01-11 20:10:33 -0500 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2022-01-11 20:10:33 -0500 |
commit | 2045ab529066fdc87b7e79f49ed67991da233d66 (patch) | |
tree | 946ed4f75cf2152aff9d89cade0ee57297fbd03c /www-client/chromium/files | |
parent | 76405a527b3e2f638aab86af15330e44e3be5691 (diff) | |
download | ppo-2045ab529066fdc87b7e79f49ed67991da233d66.tar.xz |
even more patches
Diffstat (limited to 'www-client/chromium/files')
-rw-r--r-- | www-client/chromium/files/chromium-99-dns_scoped_res_state-include.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www-client/chromium/files/chromium-99-dns_scoped_res_state-include.patch b/www-client/chromium/files/chromium-99-dns_scoped_res_state-include.patch new file mode 100644 index 0000000..e028877 --- /dev/null +++ b/www-client/chromium/files/chromium-99-dns_scoped_res_state-include.patch @@ -0,0 +1,12 @@ +diff --git a/net/dns/public/scoped_res_state.cc b/net/dns/public/scoped_res_state.cc +index f7dbb5e77..9706d18b0 100644 +--- a/net/dns/public/scoped_res_state.cc ++++ b/net/dns/public/scoped_res_state.cc +@@ -4,6 +4,7 @@ + + #include "net/dns/public/scoped_res_state.h" + ++#include <cstring> + #include <memory> + + #include "base/check.h" |