summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-hazelcast.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-hazelcast.c')
-rw-r--r--epan/dissectors/packet-hazelcast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-hazelcast.c b/epan/dissectors/packet-hazelcast.c
index 62cc7f52ad..ae182a4ce5 100644
--- a/epan/dissectors/packet-hazelcast.c
+++ b/epan/dissectors/packet-hazelcast.c
@@ -34,7 +34,7 @@
#include <epan/packet.h>
#include <epan/prefs.h>
#include <epan/tap.h>
-#include <packet-tcp.h>
+#include "packet-tcp.h"
void proto_register_hazelcast(void);
void proto_reg_handoff_hazelcast(void);