summaryrefslogtreecommitdiff
path: root/print.c
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2004-01-09 18:49:31 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2004-01-09 18:49:31 +0000
commit5bff5db487a2354e3a34b82f4b481d5dadb78de0 (patch)
tree989a9800c704546bfd1a4b74722c21cf6ddbbbc4 /print.c
parentea0a32e92fd4add66f3db522d015d9f144836621 (diff)
downloadwireshark-5bff5db487a2354e3a34b82f4b481d5dadb78de0.tar.gz
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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/print.c b/print.c
index f2641c4a10..b9b5a5a847 100644
--- a/print.c
+++ b/print.c
@@ -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"