Chromium Code Reviews| Index: srtp/crypto/rng/prng.c | 
| diff --git a/srtp/crypto/rng/prng.c b/srtp/crypto/rng/prng.c | 
| index 62b5e11d4e36bc71ce79befd61086045485e41b5..208e26802b88ed6c0f8869068cbd1cbf6581345e 100644 | 
| --- a/srtp/crypto/rng/prng.c | 
| +++ b/srtp/crypto/rng/prng.c | 
| @@ -43,6 +43,10 @@ | 
| */ | 
| +#ifdef HAVE_CONFIG_H | 
| + #include <config.h> | 
| +#endif | 
| + | 
| #include "prng.h" | 
| /* single, global prng structure */ |