diff options
author | Tomas Kukosa <tomas.kukosa@siemens.com> | 2007-07-13 13:17:16 +0000 |
---|---|---|
committer | Tomas Kukosa <tomas.kukosa@siemens.com> | 2007-07-13 13:17:16 +0000 |
commit | 1d2fca1192a12883f49e0616a423c07b2944f743 (patch) | |
tree | f93d3571cb578bc5c8d84b0b7fce000b7fa64a63 /tap-camelcounter.c | |
parent | 6659588f60dfff4b58c23f2b27bf1309c3baf2bb (diff) | |
download | wireshark-1d2fca1192a12883f49e0616a423c07b2944f743.tar.gz wireshark-1d2fca1192a12883f49e0616a423c07b2944f743.tar.bz2 wireshark-1d2fca1192a12883f49e0616a423c07b2944f743.zip |
add necessary include
svn path=/trunk/; revision=22296
Diffstat (limited to 'tap-camelcounter.c')
-rw-r--r-- | tap-camelcounter.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <string.h> +#include "epan/proto.h" #include "epan/packet_info.h" #include "epan/tap.h" #include "epan/value_string.h" |