From 33099036fe99a3ef4e3958d5f3c5e16689ba6d25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Mon, 2 Aug 2010 08:46:36 +0000 Subject: [PATCH] Added missing include . svn path=/trunk/; revision=33690 --- asn1/snmp/packet-snmp-template.c | 1 + epan/dissectors/packet-snmp.c | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/asn1/snmp/packet-snmp-template.c b/asn1/snmp/packet-snmp-template.c index f423a14b0c..59bef1d542 100644 --- a/asn1/snmp/packet-snmp-template.c +++ b/asn1/snmp/packet-snmp-template.c @@ -50,6 +50,7 @@ # include "config.h" #endif +#include #include #include diff --git a/epan/dissectors/packet-snmp.c b/epan/dissectors/packet-snmp.c index 24afce7185..b441f276f6 100644 --- a/epan/dissectors/packet-snmp.c +++ b/epan/dissectors/packet-snmp.c @@ -58,6 +58,7 @@ # include "config.h" #endif +#include #include #include @@ -294,7 +295,7 @@ static int hf_snmp_priority = -1; /* INTEGER_M1_2147483647 */ static int hf_snmp_operation = -1; /* T_operation */ /*--- End of included file: packet-snmp-hf.c ---*/ -#line 220 "packet-snmp-template.c" +#line 221 "packet-snmp-template.c" static int hf_smux_version = -1; static int hf_smux_pdutype = -1; @@ -337,7 +338,7 @@ static gint ett_snmp_SimpleOpen_U = -1; static gint ett_snmp_RReqPDU_U = -1; /*--- End of included file: packet-snmp-ett.c ---*/ -#line 239 "packet-snmp-template.c" +#line 240 "packet-snmp-template.c" static const true_false_string auth_flags = { "OK", @@ -2700,7 +2701,7 @@ static void dissect_SMUX_PDUs_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pro /*--- End of included file: packet-snmp-fn.c ---*/ -#line 1480 "packet-snmp-template.c" +#line 1481 "packet-snmp-template.c" guint @@ -3555,7 +3556,7 @@ void proto_register_snmp(void) { NULL, HFILL }}, /*--- End of included file: packet-snmp-hfarr.c ---*/ -#line 2070 "packet-snmp-template.c" +#line 2071 "packet-snmp-template.c" }; /* List of subtrees */ @@ -3595,7 +3596,7 @@ void proto_register_snmp(void) { &ett_snmp_RReqPDU_U, /*--- End of included file: packet-snmp-ettarr.c ---*/ -#line 2086 "packet-snmp-template.c" +#line 2087 "packet-snmp-template.c" }; module_t *snmp_module;