From 72b7f93e684bab1e9bfe98c0190f23cb79ea74a5 Mon Sep 17 00:00:00 2001 From: thakis Date: Fri, 15 Jul 2016 07:21:22 -0700 Subject: [PATCH] Use correct case for including a file. Necessary when compiling this file on a case-sensitive file system. BUG=chromium:495204,chromium:617318 Review-Url: https://codereview.webrtc.org/2145373004 Cr-Commit-Position: refs/heads/master@{#13488} --- webrtc/base/winping.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/base/winping.h b/webrtc/base/winping.h index ddaefc5253..de79b85e14 100644 --- a/webrtc/base/winping.h +++ b/webrtc/base/winping.h @@ -15,7 +15,7 @@ #include "webrtc/base/win32.h" #include "webrtc/base/basictypes.h" -#include "webrtc/base/IPAddress.h" +#include "webrtc/base/ipaddress.h" namespace rtc {