aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fr.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-28 23:48:02 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-28 23:48:02 +0000
commit1d14008984b2252d8ed60cbd0d9e8a08f2bc0553 (patch)
tree493c77138344d0b71fad1fdcfd99cd48b3ff5e83 /epan/dissectors/packet-fr.c
parent41a89e72b2075bca5c9de0e1cd6caa914dce95e9 (diff)
Move the xDLC helper routines into epan.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12127 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-fr.c')
-rw-r--r--epan/dissectors/packet-fr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fr.c b/epan/dissectors/packet-fr.c
index 619c1bb1e1..a8c8f0eec6 100644
--- a/epan/dissectors/packet-fr.c
+++ b/epan/dissectors/packet-fr.c
@@ -48,7 +48,7 @@
#include <epan/prefs.h>
#include "packet-llc.h"
#include "packet-chdlc.h"
-#include "xdlc.h"
+#include <epan/xdlc.h>
#include "etypes.h"
#include "oui.h"
#include "nlpid.h"