aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gmrp.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2014-12-23 12:37:32 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2014-12-23 12:39:06 +0000
commit28e24adadd7f3121fb3bad1270da332b0e4a98ee (patch)
tree2d5a398ca7bbbcb30d03201e8ca3d53c3e952a93 /epan/dissectors/packet-gmrp.c
parent48db2548a9f7fd5b6c3dae74bfc9056e8f329602 (diff)
epan/llcsaps.h was needed, so restore include
Change-Id: I443db244bde04af9397bcb5bfa3a1888b0560bf0 Reviewed-on: https://code.wireshark.org/review/6014 Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
Diffstat (limited to 'epan/dissectors/packet-gmrp.c')
-rw-r--r--epan/dissectors/packet-gmrp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gmrp.c b/epan/dissectors/packet-gmrp.c
index 6058b30eb8..6d66f89a83 100644
--- a/epan/dissectors/packet-gmrp.c
+++ b/epan/dissectors/packet-gmrp.c
@@ -28,6 +28,7 @@
#include <epan/packet.h>
#include <epan/expert.h>
+#include <epan/llcsaps.h>
void proto_register_gmrp(void);
void proto_reg_handoff_gmrp(void);