aboutsummaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-11-22 08:03:31 +0000
committerGuy Harris <guy@alum.mit.edu>1999-11-22 08:03:31 +0000
commit5cc08a4b407257c45149c1589983eb50f52e3610 (patch)
treee83d3840e0f151a37294fb0db1c9241103258ce8 /print.c
parentd8c7fed186dc3e7e0e4e36adf3963a3de7320da3 (diff)
Include "util.h" to get the declaration of "EBCDIC_to_ASCII1()".
svn path=/trunk/; revision=1091
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 e106ea16fb..bc554dcc45 100644
--- a/print.c
+++ b/print.c
@@ -1,7 +1,7 @@
/* print.c
* Routines for printing packet analysis trees.
*
- * $Id: print.c,v 1.23 1999/11/22 06:24:41 gram Exp $
+ * $Id: print.c,v 1.24 1999/11/22 08:03:31 guy Exp $
*
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
@@ -41,6 +41,7 @@
#include "prefs.h"
#include "print.h"
#include "ps.h"
+#include "util.h"
static void proto_tree_print_node_text(GNode *node, gpointer data);
static void proto_tree_print_node_ps(GNode *node, gpointer data);