diff options
Diffstat (limited to 'packet-tds.c')
-rw-r--r-- | packet-tds.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-tds.c b/packet-tds.c index b83f5a49bc..2693deef08 100644 --- a/packet-tds.c +++ b/packet-tds.c @@ -3,7 +3,7 @@ * Copyright 2000-2002, Brian Bruns <camber@ais.org> * Copyright 2002, Steve Langasek <vorlon@netexpress.net> * - * $Id: packet-tds.c,v 1.27 2004/02/20 08:40:30 guy Exp $ + * $Id: packet-tds.c,v 1.28 2004/07/09 23:17:05 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -150,6 +150,8 @@ #include <glib.h> +#include "isprint.h" + #include <epan/packet.h> #include <epan/conversation.h> #include <epan/strutil.h> |