aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2016-05-14 12:04:38 +0200
committerMartin Kaiser <wireshark@kaiser.cx>2016-05-14 10:44:42 +0000
commit6254648dc444cb996a490322f5c60501740211ce (patch)
treeced9cfd813d1cbb36ac1700c938f6f083af6871e /epan
parentb3e0dc5b92d5a23a83c2a42a67c9397c1bad7d93 (diff)
dof: use include "" to include packet-tcp.h
we expect to find packet-tcp.h in the same directory as our dissector Change-Id: I1bf027afbf810708e9f1428442d41b79708738cd Reviewed-on: https://code.wireshark.org/review/15426 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-dof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dof.c b/epan/dissectors/packet-dof.c
index 95ed635bb4..7e2d63b654 100644
--- a/epan/dissectors/packet-dof.c
+++ b/epan/dissectors/packet-dof.c
@@ -210,7 +210,7 @@
#include <wsutil/aes.h>
#include <wsutil/str_util.h>
#include <epan/to_str.h>
-#include <epan/dissectors/packet-tcp.h>
+#include "packet-tcp.h"
/* DEFINES, STRUCTURES, AND SUPPORT METHOD DECLARATIONS
* The following sections includes preprocessor definitions, structure definitions,