| Index: webrtc/pc/srtpfilter.cc
 | 
| diff --git a/webrtc/pc/srtpfilter.cc b/webrtc/pc/srtpfilter.cc
 | 
| index 7257debcaa565d6e605b34a8da9260e478defe5c..e8ea2890edab8b51cb273f483016c98dea0f186b 100644
 | 
| --- a/webrtc/pc/srtpfilter.cc
 | 
| +++ b/webrtc/pc/srtpfilter.cc
 | 
| @@ -27,8 +27,13 @@
 | 
|  
 | 
|  #ifdef HAVE_SRTP
 | 
|  extern "C" {
 | 
| +#ifdef SRTP_RELATIVE_PATH
 | 
| +#include "srtp.h"  // NOLINT
 | 
| +#include "srtp_priv.h"  // NOLINT
 | 
| +#else
 | 
|  #include "third_party/libsrtp/srtp/include/srtp.h"
 | 
|  #include "third_party/libsrtp/srtp/include/srtp_priv.h"
 | 
| +#endif  // SRTP_RELATIVE_PATH
 | 
|  }
 | 
|  #ifdef  ENABLE_EXTERNAL_AUTH
 | 
|  #include "webrtc/pc/externalhmac.h"
 | 
| 
 |