From 0d3718b46799d8d28b9b48d4633da87c91530e5c Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Wed, 19 Jun 2013 23:53:25 +0000 Subject: Add some missing wmem includes that apparently only show up on Windows. svn path=/trunk/; revision=50071 --- epan/dissectors/packet-rnsap.c | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'epan/dissectors/packet-rnsap.c') diff --git a/epan/dissectors/packet-rnsap.c b/epan/dissectors/packet-rnsap.c index 7f60599a55..cd0be4bacb 100644 --- a/epan/dissectors/packet-rnsap.c +++ b/epan/dissectors/packet-rnsap.c @@ -40,6 +40,7 @@ #include #include +#include #include @@ -1132,7 +1133,7 @@ typedef enum _ProtocolIE_ID_enum { } ProtocolIE_ID_enum; /*--- End of included file: packet-rnsap-val.h ---*/ -#line 53 "../../asn1/rnsap/packet-rnsap-template.c" +#line 54 "../../asn1/rnsap/packet-rnsap-template.c" static dissector_handle_t rrc_dl_dcch_handle = NULL; @@ -3869,7 +3870,7 @@ static int hf_rnsap_value_04 = -1; /* UnsuccessfulOutcome_value * static int hf_rnsap_value_05 = -1; /* Outcome_value */ /*--- End of included file: packet-rnsap-hf.c ---*/ -#line 60 "../../asn1/rnsap/packet-rnsap-template.c" +#line 61 "../../asn1/rnsap/packet-rnsap-template.c" /* Initialize the subtree pointers */ static int ett_rnsap = -1; @@ -5156,7 +5157,7 @@ static gint ett_rnsap_UnsuccessfulOutcome = -1; static gint ett_rnsap_Outcome = -1; /*--- End of included file: packet-rnsap-ett.c ---*/ -#line 65 "../../asn1/rnsap/packet-rnsap-template.c" +#line 66 "../../asn1/rnsap/packet-rnsap-template.c" /* Global variables */ static guint32 ProcedureCode; @@ -43145,7 +43146,7 @@ static int dissect_NULL_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tre /*--- End of included file: packet-rnsap-fn.c ---*/ -#line 89 "../../asn1/rnsap/packet-rnsap-template.c" +#line 90 "../../asn1/rnsap/packet-rnsap-template.c" static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_) { @@ -54107,7 +54108,7 @@ void proto_register_rnsap(void) { "Outcome_value", HFILL }}, /*--- End of included file: packet-rnsap-hfarr.c ---*/ -#line 146 "../../asn1/rnsap/packet-rnsap-template.c" +#line 147 "../../asn1/rnsap/packet-rnsap-template.c" }; /* List of subtrees */ @@ -55395,7 +55396,7 @@ void proto_register_rnsap(void) { &ett_rnsap_Outcome, /*--- End of included file: packet-rnsap-ettarr.c ---*/ -#line 152 "../../asn1/rnsap/packet-rnsap-template.c" +#line 153 "../../asn1/rnsap/packet-rnsap-template.c" }; @@ -56231,7 +56232,7 @@ proto_reg_handoff_rnsap(void) /*--- End of included file: packet-rnsap-dis-tab.c ---*/ -#line 191 "../../asn1/rnsap/packet-rnsap-template.c" +#line 192 "../../asn1/rnsap/packet-rnsap-template.c" } -- cgit v1.2.3