diff finch/libgnt/wms/s.c @ 25545:315151da0dc6

Basic Google Talk voice call support. No UI; receiving a call auto-accepts it.
author Sean Egan <seanegan@gmail.com>
date Wed, 05 Sep 2007 00:47:58 +0000
parents 6f2e068cf629
children 1c73d2ef9ddc
line wrap: on
line diff
--- a/finch/libgnt/wms/s.c	Tue Aug 28 01:02:01 2007 +0000
+++ b/finch/libgnt/wms/s.c	Wed Sep 05 00:47:58 2007 +0000
@@ -2,6 +2,7 @@
 #include <sys/types.h>
 
 #include "internal.h"
+#include "blist.h"
 
 #include "gnt.h"
 #include "gntbox.h"
@@ -11,7 +12,6 @@
 #include "gntwindow.h"
 #include "gntlabel.h"
 
-#include "blist.h"
 
 #define TYPE_S				(s_get_gtype())