aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-12 01:40:06 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-12 01:40:06 +0000
commit16206348d992c23ab9fc784e3316c59b3d7e0a12 (patch)
tree2f0d28ad5788feb4e38a8041662c0b8c69f98931 /rawshark.c
parent687cbef1a851fe237b6242991d596b603bb205b2 (diff)
Move disabled_protos.{h,c} into epan.
svn path=/trunk/; revision=50521
Diffstat (limited to 'rawshark.c')
-rw-r--r--rawshark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rawshark.c b/rawshark.c
index 670b9addba..1fe5f31d23 100644
--- a/rawshark.c
+++ b/rawshark.c
@@ -74,7 +74,7 @@
#include <epan/packet.h>
#include "file.h"
#include "frame_tvbuff.h"
-#include "disabled_protos.h"
+#include <epan/disabled_protos.h>
#include <epan/prefs.h>
#include <epan/column.h>
#include "print.h"