commit | c05b56a38bd1a55b2655b4f0b66e07d7f0d4bddf | [log] [tgz] |
---|---|---|
author | kjellander@webrtc.org <kjellander@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Thu Nov 17 08:59:48 2011 |
committer | kjellander@webrtc.org <kjellander@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Thu Nov 17 08:59:48 2011 |
tree | 7cf45a8812856fc9fc4fd2fbc6b25b5d907fcd0c | |
parent | 9f9af7df7be4509183e9d6917741aeb3403736dc [diff] |
Fixing compilation error Review URL: http://webrtc-codereview.appspot.com/276010 git-svn-id: http://webrtc.googlecode.com/svn/trunk@961 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/src/modules/audio_device/main/source/audio_device_buffer.h b/src/modules/audio_device/main/source/audio_device_buffer.h index b61ba1e..af1706e 100644 --- a/src/modules/audio_device/main/source/audio_device_buffer.h +++ b/src/modules/audio_device/main/source/audio_device_buffer.h
@@ -12,7 +12,7 @@ #define WEBRTC_AUDIO_DEVICE_AUDIO_DEVICE_BUFFER_H #include "typedefs.h" -#include "../../../../common_audio/resampler/main/interface/resampler.h" +#include "../../../../common_audio/resampler/include/resampler.h" #include "file_wrapper.h" #include "audio_device.h" #include "list_wrapper.h"