commit | 6cffe245a5d3fcb6561737bbb4337d64bd61b8eb | [log] [tgz] |
---|---|---|
author | Teerapap Changwichukarn <teerapap.c@gmail.com> | Wed Sep 24 11:24:07 2014 +0800 |
committer | Teerapap Changwichukarn <teerapap.c@gmail.com> | Wed Sep 24 11:29:14 2014 +0800 |
tree | 270bb92b620474d71767287b74f6cba3cd0337a4 | |
parent | 50cb95120e79f6ce6f0adcf7afddd2d8559d4715 [diff] [blame] |
Remove config.h from public headers and include it in non-header files instead To avoid symbol collision such as PACKAGE or VERSION with autotools-based project.
diff --git a/crypto/math/stat.c b/crypto/math/stat.c index 5e46c20..84cdf2f 100644 --- a/crypto/math/stat.c +++ b/crypto/math/stat.c
@@ -7,6 +7,10 @@ * Cisco Systems, Inc. */ +#ifdef HAVE_CONFIG_H + #include <config.h> +#endif + #include "stat.h" debug_module_t mod_stat = {