diff options
author | Tomas Kukosa <tomas.kukosa@siemens.com> | 2007-07-13 13:20:34 +0000 |
---|---|---|
committer | Tomas Kukosa <tomas.kukosa@siemens.com> | 2007-07-13 13:20:34 +0000 |
commit | 58b6dcb941898068894bbc459e61524cd6f96b1e (patch) | |
tree | 6a3c863dc7f706b81a4a8fb644350975d084af9d /tap-camelcounter.c | |
parent | 1d2fca1192a12883f49e0616a423c07b2944f743 (diff) | |
download | wireshark-58b6dcb941898068894bbc459e61524cd6f96b1e.tar.gz wireshark-58b6dcb941898068894bbc459e61524cd6f96b1e.tar.bz2 wireshark-58b6dcb941898068894bbc459e61524cd6f96b1e.zip |
next try to fix includes
svn path=/trunk/; revision=22297
Diffstat (limited to 'tap-camelcounter.c')
-rw-r--r-- | tap-camelcounter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-camelcounter.c b/tap-camelcounter.c index 9b8fd039e0..fa489c1ace 100644 --- a/tap-camelcounter.c +++ b/tap-camelcounter.c @@ -33,7 +33,7 @@ #endif #include <string.h> -#include "epan/proto.h" +#include "epan/packet.h" #include "epan/packet_info.h" #include "epan/tap.h" #include "epan/value_string.h" |