Chromium Code Reviews| Index: srtp/crypto/cipher/aes.c |
| diff --git a/srtp/crypto/cipher/aes.c b/srtp/crypto/cipher/aes.c |
| index cbc9e5ae7f73a41f919f91c72215cbb9e4a42ea0..a2b42376034c71c27b1c75dd9d07bbd7e720906b 100644 |
| --- a/srtp/crypto/cipher/aes.c |
| +++ b/srtp/crypto/cipher/aes.c |
| @@ -43,6 +43,9 @@ |
| * |
| */ |
| +#ifdef HAVE_CONFIG_H |
| + #include <config.h> |
| +#endif |
| #include "aes.h" |
| #include "err.h" |