Chromium Code Reviews| Index: srtp/crypto/hash/null_auth.c |
| diff --git a/srtp/crypto/hash/null_auth.c b/srtp/crypto/hash/null_auth.c |
| index 103444bc5309819a37f65d314586d6e2797bf105..73fd9187e9f6ee9260b2da292849c1255b682f4a 100644 |
| --- a/srtp/crypto/hash/null_auth.c |
| +++ b/srtp/crypto/hash/null_auth.c |
| @@ -44,6 +44,9 @@ |
| * |
| */ |
| +#ifdef HAVE_CONFIG_H |
| + #include <config.h> |
| +#endif |
| #include "null_auth.h" |
| #include "alloc.h" |