Try to make the Mac OS PPC builder happy.

svn path=/trunk/; revision=38362
This commit is contained in:
Michael Tüxen 2011-08-05 13:11:11 +00:00
parent 1f142a1404
commit 02b614618f
1 changed files with 4 additions and 1 deletions

View File

@ -1717,7 +1717,10 @@ static void options_interface_cb(GtkTreeView *view, GtkTreePath *path, GtkTreeVi
{
GtkWidget *caller, *window,
*main_vb, *if_hb, *if_lb, *if_lb_name,
*main_hb, *left_vb, *right_vb,
*main_hb, *left_vb,
#if defined (HAVE_AIRPCAP) || defined (HAVE_PCAP_REMOTE) || defined (HAVE_PCAP_CREATE)
*right_vb,
#endif
*capture_fr, *capture_vb,
*if_ip_hb, *if_ip_lb, *if_ip_eb,
*linktype_hb, *linktype_lb, *linktype_combo_box,