# HG changeset patch # User Andrew O. Shadoura # Date 1218620452 -10800 # Node ID 471b12137183d6fd414290b5bf72b5354ccde674 # Parent 8eaff6228606f5f596f971ee81c38c1472215e06 fix compile diff -r 8eaff6228606 -r 471b12137183 src/icecast/icecast.c --- a/src/icecast/icecast.c Wed Aug 13 12:39:21 2008 +0300 +++ b/src/icecast/icecast.c Wed Aug 13 12:40:52 2008 +0300 @@ -32,6 +32,7 @@ static GtkWidget *configure_win = NULL, *configure_vbox; static GtkWidget *addr_entry, *port_spin, *timeout_spin, *buffersize_spin, *bufferflush_spin; static GtkWidget *user_entry, *password_entry, *mount_entry; +static GtkWidget *public_check, *name_entry, *url_entry, *genre_entry, *description_entry; static GtkWidget *configure_bbox, *configure_ok, *configure_cancel; static guint ice_tid = 0;