Chromium Code Reviews| Index: webrtc/pc/externalhmac.h |
| diff --git a/webrtc/pc/externalhmac.h b/webrtc/pc/externalhmac.h |
| index f9f1a2cc6f7493d6747680cc2d56e6ca646fd3a5..2666d90cb8ee718063ed561e26edbd14e8fad11c 100644 |
| --- a/webrtc/pc/externalhmac.h |
| +++ b/webrtc/pc/externalhmac.h |
| @@ -28,7 +28,8 @@ |
| // functions and the corresponding authentication id using |
| // crypto_kernel_replace_auth_type function. |
| -#include "webrtc/base/basictypes.h" |
| +#include <stdint.h> |
| + |
| #ifdef HAVE_SRTP |
| #include "third_party/libsrtp/crypto/include/auth.h" |
| #endif // HAVE_SRTP |