diff src/gtkaccount.c @ 5717:1d140b31d4b3

[gaim-migrate @ 6138] this almost kinda sorta works. It's the wonderful connecting dialog that shows you how far along you are in connecting. This also gets rid of the ever-present signon dialog. Oh, and I ended up digging through header hell and changing a lot. Hopefully I didn't break anything too badly. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 03 Jun 2003 19:55:47 +0000
parents 2d54d2c52c37
children c19cc2a3d65e
line wrap: on
line diff
--- a/src/gtkaccount.c	Tue Jun 03 17:37:25 2003 +0000
+++ b/src/gtkaccount.c	Tue Jun 03 19:55:47 2003 +0000
@@ -20,6 +20,9 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
+
+#include <gtk/gtk.h>
+
 #include "gtkaccount.h"
 #include "account.h"
 #include "accountopt.h"
@@ -28,8 +31,9 @@
 #include "stock.h"
 #include "gtkblist.h"
 #include "gaim-disclosure.h"
+#include "gaim.h"
 
-#ifdef _WIN32       
+#ifdef _WIN32
 # include <gdk/gdkwin32.h>
 #else
 # include <unistd.h>