summaryrefslogtreecommitdiff
path: root/finch/gntconn.c
diff options
context:
space:
mode:
authorStu Tomlinson <nosnilmot@pidgin.im>2007-06-15 01:54:23 +0000
committerStu Tomlinson <nosnilmot@pidgin.im>2007-06-15 01:54:23 +0000
commit988d0ad97b32ee5888bb0e56d4de6154324b6d5e (patch)
tree1f0a6517a8227179ca9c3a115562b1801fed70ef /finch/gntconn.c
parentfdfc2d665b8a88e6faed3e027be2fb0b2bd8bf1c (diff)
downloadpidgin-988d0ad97b32ee5888bb0e56d4de6154324b6d5e.tar.gz
#include "connection.h" instead of "connection.c". I don't care if this
compiles, it's clearly more correct.
Diffstat (limited to 'finch/gntconn.c')
-rw-r--r--finch/gntconn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/finch/gntconn.c b/finch/gntconn.c
index cc626bff51..15189896de 100644
--- a/finch/gntconn.c
+++ b/finch/gntconn.c
@@ -24,7 +24,7 @@
*/
#include "account.h"
#include "core.h"
-#include "connection.c"
+#include "connection.h"
#include "debug.h"
#include "request.h"