diff options
author | Richard Sharpe <sharpe@ns.aus.com> | 2004-01-09 18:49:31 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@ns.aus.com> | 2004-01-09 18:49:31 +0000 |
commit | 5bff5db487a2354e3a34b82f4b481d5dadb78de0 (patch) | |
tree | 989a9800c704546bfd1a4b74722c21cf6ddbbbc4 /print.c | |
parent | ea0a32e92fd4add66f3db522d015d9f144836621 (diff) | |
download | wireshark-5bff5db487a2354e3a34b82f4b481d5dadb78de0.tar.gz wireshark-5bff5db487a2354e3a34b82f4b481d5dadb78de0.tar.bz2 wireshark-5bff5db487a2354e3a34b82f4b481d5dadb78de0.zip |
There seems to be a missing #include ... there are still errors, though.
svn path=/trunk/; revision=9611
Diffstat (limited to 'print.c')
-rw-r--r-- | print.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ /* print.c * Routines for printing packet analysis trees. * - * $Id: print.c,v 1.68 2003/12/30 23:13:32 guy Exp $ + * $Id: print.c,v 1.69 2004/01/09 18:49:31 sharpe Exp $ * * Gilbert Ramirez <gram@alumni.rice.edu> * @@ -36,6 +36,7 @@ #include <epan/tvbuff.h> #include <epan/packet.h> +#include "range.h" #include "print.h" #include "ps.h" #include "util.h" |