aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lldp.h
diff options
context:
space:
mode:
authorBalint Reczey <balint.reczey@ericsson.com>2012-06-02 12:57:26 +0000
committerBalint Reczey <balint.reczey@ericsson.com>2012-06-02 12:57:26 +0000
commit7ef7aae2657fb6144179c7f35a87e008afd084f3 (patch)
treefbca3468b8242d101f9ee6f66f20879a22c14734 /epan/dissectors/packet-lldp.h
parentd4e17555adc40403647f7ae5d500fbe212156385 (diff)
Fix header file includes to allow make dumpabi run without errors
svn path=/trunk/; revision=42994
Diffstat (limited to 'epan/dissectors/packet-lldp.h')
-rw-r--r--epan/dissectors/packet-lldp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-lldp.h b/epan/dissectors/packet-lldp.h
index 45dddf9940..b7dfa74efc 100644
--- a/epan/dissectors/packet-lldp.h
+++ b/epan/dissectors/packet-lldp.h
@@ -29,6 +29,8 @@
#ifndef PACKET_LLDP_H__
#define PACKET_LLDP_H__
+#include "oui.h"
+
static const value_string tlv_oui_subtype_vals[] = {
/* Currently, the manuf file calls this "Ieee8021"; "IEEE 802.1" looks better */
{ OUI_IEEE_802_1, "IEEE 802.1" },