aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/asn_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'skeletons/asn_system.h')
-rw-r--r--skeletons/asn_system.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/skeletons/asn_system.h b/skeletons/asn_system.h
index 193a9750..39a1f9e6 100644
--- a/skeletons/asn_system.h
+++ b/skeletons/asn_system.h
@@ -24,7 +24,6 @@
#ifdef WIN32
#include <malloc.h>
-#include <stdint.h>
#define snprintf _snprintf
#define vsnprintf _vsnprintf
@@ -52,6 +51,8 @@ typedef unsigned int uint32_t;
#define finite _finite
#define copysign _copysign
#define ilogb _logb
+#else /* !_MSC_VER */
+#include <stdint.h>
#endif /* _MSC_VER */
#else /* !WIN32 */