diff libpurple/protocols/jabber/jutil.h @ 17562:6ab1089e2101

applied patch for supporting XEP-0199: XMPP Ping
author Andreas Monitzer <pidgin@monitzer.com>
date Wed, 06 Jun 2007 00:04:29 +0000
parents 87ea711b9781
children 481749fc0b6b
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jutil.h	Wed Jun 06 00:01:15 2007 +0000
+++ b/libpurple/protocols/jabber/jutil.h	Wed Jun 06 00:04:29 2007 +0000
@@ -22,6 +22,8 @@
 #ifndef _PURPLE_JABBER_JUTIL_H_
 #define _PURPLE_JABBER_JUTIL_H_
 
+#include "account.h"
+
 typedef struct _JabberID {
 	char *node;
 	char *domain;