Mercurial > pidgin
diff finch/gntdebug.c @ 23759: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 | 6b623a59cec6 |
| children | 60f5abc6cf0c |
line wrap: on
line diff
--- a/finch/gntdebug.c Tue Aug 28 01:02:01 2007 +0000 +++ b/finch/gntdebug.c Wed Sep 05 00:47:58 2007 +0000 @@ -22,6 +22,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "util.h" + #include <gnt.h> #include <gntbox.h> #include <gntbutton.h> @@ -33,7 +35,6 @@ #include "gntdebug.h" #include "finch.h" -#include "util.h" #include <stdio.h> #include <string.h>
