aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-08-26 01:28:28 +0000
committerGuy Harris <guy@alum.mit.edu>2003-08-26 01:28:28 +0000
commit14854b769e76aefcd1097674e4102383bb33e796 (patch)
treef353b2e28af044b8bb86e1ea38975e30d97d3124
parentd9c401c74ca0d28e728b3c07e34486df304d259f (diff)
Include "osi-utils.h" to define "print_nsap_net_buf()".
svn path=/trunk/; revision=8261
-rw-r--r--epan/to_str.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/to_str.c b/epan/to_str.c
index d28472c068..4ffad195c8 100644
--- a/epan/to_str.c
+++ b/epan/to_str.c
@@ -1,7 +1,7 @@
/* to_str.c
* Routines for utilities to convert various other types to strings.
*
- * $Id: to_str.c,v 1.36 2003/08/26 01:00:30 guy Exp $
+ * $Id: to_str.c,v 1.37 2003/08/26 01:28:28 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -62,6 +62,7 @@
#include "pint.h"
#include "atalk-utils.h"
#include "sna-utils.h"
+#include "osi-utils.h"
#include <stdio.h>
#include <time.h>