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>
This commit is contained in:
Alexis La Goutte 2014-05-27 13:13:37 +02:00 committed by Michael Mann
parent 5ff629ec5a
commit 281616f09b
2 changed files with 9 additions and 5 deletions

View File

@ -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"

View File

@ -131,7 +131,9 @@ which ATN standard is supported ?
#include <stdio.h>
#include <string.h>
#ifndef _MSC_VER
#include <stdint.h>
#endif
#include "packet-atn-ulcs.h"
@ -277,7 +279,7 @@ static int hf_atn_ulcs_ACSE_requirements_authentication = -1;
static int hf_atn_ulcs_ACSE_requirements_application_context_negotiation = -1;
/*--- End of included file: packet-atn-ulcs-hf.c ---*/
#line 195 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
#line 197 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
/*--- Included file: packet-atn-ulcs-ett.c ---*/
@ -309,7 +311,7 @@ static gint ett_atn_ulcs_RelativeDistinguishedName = -1;
static gint ett_atn_ulcs_AttributeTypeAndValue = -1;
/*--- End of included file: packet-atn-ulcs-ett.c ---*/
#line 197 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
#line 199 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
static gint ett_atn_ulcs = -1;
static gint ett_atn_acse = -1;
@ -1599,7 +1601,7 @@ static void dissect_ACSE_apdu_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pro
/*--- End of included file: packet-atn-ulcs-fn.c ---*/
#line 201 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
#line 203 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
#if 0
/* re-implementing external data: packet-per.c */
@ -2504,7 +2506,7 @@ void proto_register_atn_ulcs (void)
NULL, HFILL }},
/*--- End of included file: packet-atn-ulcs-hfarr.c ---*/
#line 813 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
#line 815 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
{&hf_atn_ses_type,
{ "SPDU Type",
"atn-ulcs.ses.type",
@ -2584,7 +2586,7 @@ void proto_register_atn_ulcs (void)
&ett_atn_ulcs_AttributeTypeAndValue,
/*--- End of included file: packet-atn-ulcs-ettarr.c ---*/
#line 863 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
#line 865 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
&ett_atn_ses,
&ett_atn_pres,
&ett_atn_acse,