From a17902f5cecc49fecfa66e577b39d6c1d53b51a4 Mon Sep 17 00:00:00 2001 From: kukosa Date: Fri, 13 Jul 2007 13:17:16 +0000 Subject: [PATCH] add necessary include git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22296 f5534014-38df-0310-8fa8-9805f1628bb7 --- tap-camelcounter.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tap-camelcounter.c b/tap-camelcounter.c index 8cb7558a75..9b8fd039e0 100644 --- a/tap-camelcounter.c +++ b/tap-camelcounter.c @@ -33,6 +33,7 @@ #endif #include +#include "epan/proto.h" #include "epan/packet_info.h" #include "epan/tap.h" #include "epan/value_string.h" -- 2.34.1