Index: webrtc/system_wrappers/source/sort.cc |
diff --git a/webrtc/system_wrappers/source/sort.cc b/webrtc/system_wrappers/source/sort.cc |
index 9144a58c0251471e21a04d4ee30d276a79d82841..f166f953112b4542414a4425026dfcbc8ed4bc62 100644 |
--- a/webrtc/system_wrappers/source/sort.cc |
+++ b/webrtc/system_wrappers/source/sort.cc |
@@ -13,7 +13,7 @@ |
// part of the Boost C++ library collection. Otherwise, the C standard library's |
// qsort() will be used. |
-#include "webrtc/system_wrappers/interface/sort.h" |
+#include "webrtc/system_wrappers/include/sort.h" |
#include <assert.h> |
#include <string.h> // memcpy |