diff --git a/src/cryptlib/config.h b/src/cryptlib/config.h index 69a5825..8bca8a7 100644 --- a/src/cryptlib/config.h +++ b/src/cryptlib/config.h @@ -1,8 +1,12 @@ #ifndef CONFIG_H #define CONFIG_H -#ifdef HAVE_CONFIG_H -#include +#if HAVE_CONFIG_H +# include +#endif + +#if HAVE_STDINT_H +# include #endif // define this if you want the library to throw exceptions when things go wrong