From 5cc08a4b407257c45149c1589983eb50f52e3610 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 22 Nov 1999 08:03:31 +0000 Subject: Include "util.h" to get the declaration of "EBCDIC_to_ASCII1()". svn path=/trunk/; revision=1091 --- print.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'print.c') 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 * @@ -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); -- cgit v1.2.3