Include "tap.h" to get "remove_tap_listener()" declared.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 31 Aug 2003 00:31:05 +0000 (00:31 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 31 Aug 2003 00:31:05 +0000 (00:31 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8322 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/endpoint_talkers_table.c

index ccdf10c360bbdcc1a79758727adc2341aa5b5620..d89aabbb8ac1bbc2cacd66c9f0468b984bc4ea32 100644 (file)
@@ -4,7 +4,7 @@
  * endpoint_talkers_table   2003 Ronnie Sahlberg
  * Helper routines common to all endpoint talkers tap.
  *
- * $Id: endpoint_talkers_table.c,v 1.8 2003/08/30 01:18:15 sahlberg Exp $
+ * $Id: endpoint_talkers_table.c,v 1.9 2003/08/31 00:31:05 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -42,6 +42,7 @@
 #include "image/clist_descend.xpm"
 #include "simple_dialog.h"
 #include "globals.h"
+#include "tap.h"
 
 extern GtkWidget   *main_display_filter_widget;