diff options
Diffstat (limited to 'webrtc/system_wrappers/source/aligned_malloc.cc')
-rw-r--r-- | webrtc/system_wrappers/source/aligned_malloc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc/system_wrappers/source/aligned_malloc.cc b/webrtc/system_wrappers/source/aligned_malloc.cc index 258b6be..a654e97 100644 --- a/webrtc/system_wrappers/source/aligned_malloc.cc +++ b/webrtc/system_wrappers/source/aligned_malloc.cc @@ -8,7 +8,7 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include "webrtc/system_wrappers/interface/aligned_malloc.h" +#include "webrtc/system_wrappers/include/aligned_malloc.h" #include <memory.h> #include <stdlib.h> |