summaryrefslogtreecommitdiff
path: root/src/connection.h
diff options
context:
space:
mode:
authorWill Thompson <resiak@soc.pidgin.im>2007-10-14 23:03:53 +0000
committerWill Thompson <resiak@soc.pidgin.im>2007-10-14 23:03:53 +0000
commitef903a59b8549b3f35f0cd69a2ab49d06b8ae186 (patch)
tree363b3b354d064f5974623f3e93306710133fccb5 /src/connection.h
parent1c4a8a01063bb434c6e33bd830b27119b84c0036 (diff)
downloadtelepathy-haze-ef903a59b8549b3f35f0cd69a2ab49d06b8ae186.tar.gz
Prefix libpurple #includes with libpurple/, avoiding conflicts with haze headers with names the same as libpurple ones.
20071014230353-984d1-5110c2a249ec739aac9877c3a71d1a22c29c9b2c.gz
Diffstat (limited to 'src/connection.h')
-rw-r--r--src/connection.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/connection.h b/src/connection.h
index f01f1b9..56d920c 100644
--- a/src/connection.h
+++ b/src/connection.h
@@ -3,6 +3,7 @@
/*
* connection.h - HazeConnection header
* Copyright (C) 2007 Will Thompson
+ * Copyright (C) 2007 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -24,8 +25,8 @@
#include <telepathy-glib/base-connection.h>
#include <telepathy-glib/presence-mixin.h>
-#include <account.h>
-#include <prpl.h>
+#include <libpurple/account.h>
+#include <libpurple/prpl.h>
#include "contact-list.h"
#include "im-channel-factory.h"