summaryrefslogtreecommitdiff
path: root/finch/finch.c
diff options
context:
space:
mode:
authorStu Tomlinson <nosnilmot@pidgin.im>2007-06-20 18:23:49 +0000
committerStu Tomlinson <nosnilmot@pidgin.im>2007-06-20 18:23:49 +0000
commita11dc481c10d0e3b76a806b05b7770ae5aeeaba6 (patch)
tree27382fbab6fab7d9dbb9cafca285369f680c6879 /finch/finch.c
parent7c4fa8c1bd442a8cbf037e8481ba6ecabbd3ecb5 (diff)
downloadpidgin-a11dc481c10d0e3b76a806b05b7770ae5aeeaba6.tar.gz
#include reorganizations to allow compiling with glib < 2.8 using the
G_GNUC_NULL_TERMINATED define from internal.h
Diffstat (limited to 'finch/finch.c')
-rw-r--r--finch/finch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/finch/finch.c b/finch/finch.c
index d3c337d85b..63521dc302 100644
--- a/finch/finch.c
+++ b/finch/finch.c
@@ -19,6 +19,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 "finch.h"
+
#include "account.h"
#include "conversation.h"
#include "core.h"
@@ -37,7 +39,6 @@
#include "whiteboard.h"
#include "gntdebug.h"
-#include "finch.h"
#include "gntprefs.h"
#include "gntui.h"
#include "gntidle.h"