summaryrefslogtreecommitdiff
path: root/webrtc/rtc_base/synchronization/rw_lock_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/rtc_base/synchronization/rw_lock_win.h')
-rw-r--r--webrtc/rtc_base/synchronization/rw_lock_win.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc/rtc_base/synchronization/rw_lock_win.h b/webrtc/rtc_base/synchronization/rw_lock_win.h
index 43bde1d..c79e61e 100644
--- a/webrtc/rtc_base/synchronization/rw_lock_win.h
+++ b/webrtc/rtc_base/synchronization/rw_lock_win.h
@@ -11,7 +11,7 @@
#ifndef RTC_BASE_SYNCHRONIZATION_RW_LOCK_WIN_H_
#define RTC_BASE_SYNCHRONIZATION_RW_LOCK_WIN_H_
-#include <Windows.h>
+#include <windows.h>
#include "rtc_base/synchronization/rw_lock_wrapper.h"