#1041. Correction to r4056

This commit is contained in:
Robin Mills 2015-11-27 20:15:17 +00:00
parent 428d327235
commit 4a0f652a7f

View File

@ -24,9 +24,18 @@
*/
#include <sys/types.h>
#ifdef _MSC_VER
# if _MSC_VER < 1600
# ifdef EXV_HAVE_STDINT_H
# undef EXV_HAVE_STDINT_H
# endif
# endif
#ifdef EXV_HAVE_STDINT_H
# include <stdint.h>
#endif
#endif
/* MSVC doesn't provide C99 types, but it has MS specific variants */
#ifdef _MSC_VER