Move the redefinition of "isprint()" to be used by dissectors when
[metze/wireshark/wip.git] / packet-cops.c
index 76118cbfcb50d542254ffd7f5f60b4b8acf0e962..80add6b8aada1e6a48f18f36b6a42b76e5fbff8e 100644 (file)
@@ -13,7 +13,7 @@
  *
  * Implemented in ethereal at April 7-8, 2004
  *
- * $Id: packet-cops.c,v 1.48 2004/05/04 06:01:52 guy Exp $
+ * $Id: packet-cops.c,v 1.49 2004/07/09 23:17:03 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -44,6 +44,9 @@
 #include <ctype.h>
 
 #include <glib.h>
+
+#include "isprint.h"
+
 #include <epan/packet.h>
 #include "packet-ipv6.h"
 #include "packet-tcp.h"