Chromium Code Reviews| Index: srtp/crypto/hash/auth.c | 
| diff --git a/srtp/crypto/hash/auth.c b/srtp/crypto/hash/auth.c | 
| index aaf0269c71c5b35586589d79b9e904735925c477..4ca0f03e6a6afe6a6a6ea652c26197b2faf6d533 100644 | 
| --- a/srtp/crypto/hash/auth.c | 
| +++ b/srtp/crypto/hash/auth.c | 
| @@ -43,6 +43,10 @@ | 
| * | 
| */ | 
| +#ifdef HAVE_CONFIG_H | 
| + #include <config.h> | 
| +#endif | 
| + | 
| #include "auth.h" | 
| /* the debug module for authentiation */ |