Index: webrtc/rtc_base/sigslot.h |
diff --git a/webrtc/rtc_base/sigslot.h b/webrtc/rtc_base/sigslot.h |
index 2981b528401b3ebb95b697adce39a77f0db0c7ff..ec4232cdca1420a4eeb8676c77d7c0ab1b29efc7 100644 |
--- a/webrtc/rtc_base/sigslot.h |
+++ b/webrtc/rtc_base/sigslot.h |
@@ -113,7 +113,7 @@ |
#if !defined(WIN32_LEAN_AND_MEAN) |
#define WIN32_LEAN_AND_MEAN |
#endif |
-#include "webrtc/base/win32.h" |
+#include "webrtc/rtc_base/win32.h" |
#elif defined(__GNUG__) || defined(SIGSLOT_USE_POSIX_THREADS) |
#define _SIGSLOT_HAS_POSIX_THREADS |
#include <pthread.h> |