Chromium Code Reviews| Index: srtp/crypto/test/kernel_driver.c |
| diff --git a/srtp/crypto/test/kernel_driver.c b/srtp/crypto/test/kernel_driver.c |
| index 8ef8a5f4b35ca6a79706d0d3c86926e1acd20e72..c0f12c1027e52470dbb03fcafcadb8567a703814 100644 |
| --- a/srtp/crypto/test/kernel_driver.c |
| +++ b/srtp/crypto/test/kernel_driver.c |
| @@ -43,6 +43,10 @@ |
| */ |
| +#ifdef HAVE_CONFIG_H |
| + #include <config.h> |
| +#endif |
| + |
| #include <stdio.h> /* for printf() */ |
| #include <unistd.h> /* for getopt() */ |
| #include "crypto_kernel.h" |