Commit 0d421a52 authored by Piotr Tworek's avatar Piotr Tworek Committed by Commit Bot

Add missing include in //components/network_hints

The code in one of the source files of this module uses strlen but does
not include cstring header. On Linux systems using glibc 2.30 or newer
this leads to a build failure.

Bug: 1074286
Change-Id: I9240e1846308613a071ebce4458430e64b1c59de
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2165893Reviewed-by: default avatarPaul Jensen <pauljensen@chromium.org>
Commit-Queue: Piotr Tworek <ptworek@vewd.com>
Cr-Commit-Position: refs/heads/master@{#762835}
parent 41989bd8
......@@ -6,6 +6,8 @@
#include "components/network_hints/renderer/dns_prefetch_queue.h"
#include <cstring>
#include "base/logging.h"
namespace network_hints {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment