diff --git a/lib/config-win32.h b/lib/config-win32.h index 4ef2bd3b19..f62f5bece3 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -61,6 +61,11 @@ #endif #endif +/* Define to 1 if you have the header file. */ +#if (defined(_MSC_VER) && (_MSC_VER >= 1600)) || defined(__MINGW32__) +#define HAVE_STDINT_H 1 +#endif + /* Define if you have the header file. */ #ifdef __MINGW32__ #define HAVE_SYS_PARAM_H 1