Chromium Code Reviews| Index: srtp/crypto/test/datatypes_driver.c |
| diff --git a/srtp/crypto/test/datatypes_driver.c b/srtp/crypto/test/datatypes_driver.c |
| index f1866524c7e74729f4de7686510e201028448e23..3ee9977c001c23d33f792ce5d4da042f7882d701 100644 |
| --- a/srtp/crypto/test/datatypes_driver.c |
| +++ b/srtp/crypto/test/datatypes_driver.c |
| @@ -44,6 +44,10 @@ |
| */ |
| +#ifdef HAVE_CONFIG_H |
| + #include <config.h> |
| +#endif |
| + |
| #include <stdio.h> /* for printf() */ |
| #include <string.h> /* for strlen() */ |
| #include "datatypes.h" |