Chromium Code Reviews| Index: srtp/tables/aes_tables.c |
| diff --git a/srtp/tables/aes_tables.c b/srtp/tables/aes_tables.c |
| index b2bc1d78d1ab45e295a0b57a667068b42b216dc9..96d28ce76738054f82f9e4ebbd1c071f2217479d 100644 |
| --- a/srtp/tables/aes_tables.c |
| +++ b/srtp/tables/aes_tables.c |
| @@ -42,6 +42,10 @@ |
| * |
| */ |
| +#ifdef HAVE_CONFIG_H |
| + #include <config.h> |
| +#endif |
| + |
| #include <stdio.h> |
| #include "gf2_8.h" |
| #include "crypto_math.h" |