aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/ldap_stat.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-11 04:17:05 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-11 04:17:05 +0000
commit21089bb635b7101ba38c9255d98fd6d07f0474ef (patch)
tree298d5c3a084cf31b643174b93bf4d79bffaac6ba /gtk/ldap_stat.c
parentba2666a62a178511c53188cbfd18203d08b8e2af (diff)
Move the declaration of "register_tap_menu_item()" into a new
"tap_menu.h" file, and have the Ethereal taps include that rather than "menu.h", so we don't have to worry about making sure we've included <stdio.h> to define FILE, etc. just because some "menu.h" functions require it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10031 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/ldap_stat.c')
-rw-r--r--gtk/ldap_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/ldap_stat.c b/gtk/ldap_stat.c
index 0b97bd3f03..ecd706c403 100644
--- a/gtk/ldap_stat.c
+++ b/gtk/ldap_stat.c
@@ -1,7 +1,7 @@
/* ldap_stat.c
* ldap_stat 2003 Ronnie Sahlberg
*
- * $Id: ldap_stat.c,v 1.10 2004/01/31 03:22:41 guy Exp $
+ * $Id: ldap_stat.c,v 1.11 2004/02/11 04:17:04 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -36,7 +36,7 @@
#include <string.h>
#include "../epan/packet_info.h"
#include "../epan/epan.h"
-#include "menu.h"
+#include "tap_menu.h"
#include "../tap.h"
#include "../epan/value_string.h"
#include "../packet-ldap.h"