Chromium Code Reviews| Index: srtp/crypto/hash/hmac.c |
| diff --git a/srtp/crypto/hash/hmac.c b/srtp/crypto/hash/hmac.c |
| index 4f389fe18e236ecfc92d07f6ef04c3ccbee7c9c2..ddb75ea35c24a1242e5b6f2fa3692714c5731155 100644 |
| --- a/srtp/crypto/hash/hmac.c |
| +++ b/srtp/crypto/hash/hmac.c |
| @@ -42,6 +42,10 @@ |
| * |
| */ |
| +#ifdef HAVE_CONFIG_H |
| + #include <config.h> |
| +#endif |
| + |
| #include "hmac.h" |
| #include "alloc.h" |