See if this fixes the OSX build

svn path=/trunk/; revision=41690
This commit is contained in:
Anders Broman 2012-03-20 23:03:48 +00:00
parent 14e0bdf07e
commit 24298dca48
1 changed files with 2 additions and 1 deletions

View File

@ -903,6 +903,7 @@ add_interface_to_list(guint index)
}
#endif
#ifdef HAVE_LIBPCAP
static void
clear_capture_box(void)
{
@ -926,7 +927,7 @@ clear_capture_box(void)
if_view = NULL;
}
}
#endif /* HAVE_LIBPCAP */
#ifdef HAVE_LIBPCAP
static void fill_capture_box(void)
{