Chromium Code Reviews| Index: srtp/crypto/math/stat.c |
| diff --git a/srtp/crypto/math/stat.c b/srtp/crypto/math/stat.c |
| index 8d1a5b97265ecb53ee24233fb6b92a7c97b85373..aaff3c4fde1bb1dc7004639e7da285b5f362cdef 100644 |
| --- a/srtp/crypto/math/stat.c |
| +++ b/srtp/crypto/math/stat.c |
| @@ -6,6 +6,7 @@ |
| * David A. McGrew |
| * Cisco Systems, Inc. |
| */ |
| + |
| /* |
| * |
| * Copyright (c) 2001-2006, Cisco Systems, Inc. |
| @@ -42,6 +43,10 @@ |
| * |
| */ |
| +#ifdef HAVE_CONFIG_H |
| + #include <config.h> |
| +#endif |
| + |
| #include "stat.h" |
| debug_module_t mod_stat = { |