aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-11-10 13:14:09 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-11-10 13:14:09 +0000
commit12d1509aa1bf01f6934b15eaaa84925388243cdc (patch)
treeba9a9d203777816e571dace2c14aebe48a1cfbd1 /rawshark.c
parentea478f2c5e57eefbddcd6418d3e24a69312102c4 (diff)
Move struct _ftype_t + callback typedefs + free macro to ftypes-int.h
svn path=/trunk/; revision=53223
Diffstat (limited to 'rawshark.c')
-rw-r--r--rawshark.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rawshark.c b/rawshark.c
index c95d19bfd9..85c7d4b0de 100644
--- a/rawshark.c
+++ b/rawshark.c
@@ -73,6 +73,7 @@
#include "globals.h"
#include <epan/packet.h>
+#include <epan/ftypes/ftypes-int.h>
#include "file.h"
#include "frame_tvbuff.h"
#include <epan/disabled_protos.h>