aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2009-10-23 11:43:15 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2009-10-23 11:43:15 +0100
commit4cf80bb798a4159f42a904cb830b99c87a0ca8e0 (patch)
treec2240c90e022714632447c019de41ae9c2083e29 /protocols/nogaim.c
parentb75acf6367400ff88428618719cefbbee648b0cb (diff)
Shuffling a few more #includes. Much more shuffling will be needed.
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;