Include "util.h" to get the declaration of "EBCDIC_to_ASCII1()".

svn path=/trunk/; revision=1091
This commit is contained in:
Guy Harris 1999-11-22 08:03:31 +00:00
parent d8c7fed186
commit 5cc08a4b40
1 changed files with 2 additions and 1 deletions

View File

@ -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);