Skip to content

Commit

Permalink
Include missing errno.h
Browse files Browse the repository at this point in the history
BUG=

Review URL: https://codereview.chromium.org/1532833002

Cr-Commit-Position: refs/heads/master@{#365839}
  • Loading branch information
landell authored and Commit bot committed Dec 17, 2015
1 parent 402c7a3 commit b7e1bec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/dns/dns_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

#include "net/dns/dns_util.h"

#include <errno.h>

#include <cstring>

#include "build/build_config.h"
Expand Down

0 comments on commit b7e1bec

Please sign in to comment.