comparison libpurple/protocols/jabber/jingle/transport.c @ 26092:db517c55c508

Make it compile in Windows with the equivalent of --disable-vv.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Fri, 09 Jan 2009 00:47:06 +0000
parents bd598b606ca4
children 30cc73d99789
comparison
equal deleted inserted replaced
26091:59188d904773 26092:db517c55c508
15 * 15 *
16 * You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
19 */ 19 */
20
21 #include "internal.h"
20 22
21 #include "transport.h" 23 #include "transport.h"
22 #include "jingle.h" 24 #include "jingle.h"
23 #include "debug.h" 25 #include "debug.h"
24 26