aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/atn-ulcs
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-05-27 13:13:37 +0200
committerMichael Mann <mmann78@netscape.net>2014-05-27 11:46:53 +0000
commit281616f09bad617c788ab932ff692d423d9607d3 (patch)
treec0199686c0fdf74e936e4cf3bb9a0a5cbebfbaf0 /asn1/atn-ulcs
parent5ff629ec5ac636b901b2a004aa4d5248f68a5d0f (diff)
Fix build on my old Windows XP Buildbot (With VS2008EE) (Try 2...)
../../asn1/atn-ulcs/packet-atn-ulcs-template.c(126) : fatal error C1083: Cannot open include file: 'stdint.h': No such file or directory Change-Id: Id3c3082fe91a79e44abbfd4e2b2f1fc7d5c183d4 Reviewed-on: https://code.wireshark.org/review/1814 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'asn1/atn-ulcs')
-rw-r--r--asn1/atn-ulcs/packet-atn-ulcs-template.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/asn1/atn-ulcs/packet-atn-ulcs-template.c b/asn1/atn-ulcs/packet-atn-ulcs-template.c
index 3350d18f32..5b67456ece 100644
--- a/asn1/atn-ulcs/packet-atn-ulcs-template.c
+++ b/asn1/atn-ulcs/packet-atn-ulcs-template.c
@@ -123,7 +123,9 @@ which ATN standard is supported ?
#include <stdio.h>
#include <string.h>
+#ifndef _MSC_VER
#include <stdint.h>
+#endif
#include "packet-atn-ulcs.h"