# HG changeset patch # User Nathan Walp # Date 1044127605 0 # Node ID 7a2e45719bd0a23b21c9e43455fc33fefc4b1507 # Parent 5a2bc74c283a8a6d5c6bcefb93b4985a2e175883 [gaim-migrate @ 4777] gcc-3.2 let me get sloppy, sorry. committer: Tailor Script diff -r 5a2bc74c283a -r 7a2e45719bd0 src/core.c --- a/src/core.c Sat Feb 01 19:11:41 2003 +0000 +++ b/src/core.c Sat Feb 01 19:26:45 2003 +0000 @@ -473,11 +473,13 @@ /* GMainLoop *loop; */ +#ifndef _WIN32 + GIOChannel *channel; +#endif gaim_blist_load(); #ifndef _WIN32 - GIOChannel *channel; UI_fd = open_socket(); if (UI_fd < 0)