aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2009-11-19 23:00:56 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2009-11-19 23:00:56 +0000
commitc289b6f820ea8006d84b3de13c9052dcb99ec99c (patch)
tree2d73ec2b0ed08621e9a094d136a13fab7d3d8410 /protocols/nogaim.c
parentc48a033d62bb5c5188a876b182d50144ffaed68b (diff)
parent36cf9fda6a5cc4bcbfe98319b48af636fa142590 (diff)
Merging in head. I want to roll a 1.2.4-2 that fixes the libresolv issues.
Having the include files fixed is a nice extra.
Diffstat (limited to 'protocols/nogaim.c')
-rw-r--r--protocols/nogaim.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/nogaim.c b/protocols/nogaim.c
index 710b7645..21f7dcb1 100644
--- a/protocols/nogaim.c
+++ b/protocols/nogaim.c
@@ -32,9 +32,11 @@
*/
#define BITLBEE_CORE
-#include "nogaim.h"
#include <ctype.h>
+#include "nogaim.h"
+#include "chat.h"
+
static int remove_chat_buddy_silent( struct groupchat *b, const char *handle );
GSList *connections;