aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-chdlc.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-27 22:55:15 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-27 22:55:15 +0000
commit1f8aba07a5d3e9b5de2eec996ed7e52a8a2fb839 (patch)
tree40af8238791cddc046ed8f667647d7f16192351a /epan/dissectors/packet-chdlc.c
parente4d2371281913149ea746a6bd9ad494deda28eeb (diff)
Move prefs.c and prefs.h into the epan subdirectory.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12115 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-chdlc.c')
-rw-r--r--epan/dissectors/packet-chdlc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-chdlc.c b/epan/dissectors/packet-chdlc.c
index 9e271fec26..e081b3845a 100644
--- a/epan/dissectors/packet-chdlc.c
+++ b/epan/dissectors/packet-chdlc.c
@@ -29,7 +29,7 @@
#include <glib.h>
#include <epan/packet.h>
#include "etypes.h"
-#include "prefs.h"
+#include <epan/prefs.h>
#include "chdlctypes.h"
#include <epan/addr_resolv.h>
#include "packet-chdlc.h"