=== modified file 'protocols/nogaim.c' --- protocols/nogaim.c 2009-10-10 13:39:51 +0000 +++ protocols/nogaim.c 2009-10-22 23:45:15 +0000 @@ -33,6 +33,7 @@ #define BITLBEE_CORE #include "nogaim.h" +#include "chat.h" #include static int remove_chat_buddy_silent( struct groupchat *b, const char *handle ); === modified file 'protocols/nogaim.h' --- protocols/nogaim.h 2009-10-22 21:55:23 +0000 +++ protocols/nogaim.h 2009-10-22 23:44:00 +0000 @@ -43,7 +43,6 @@ #include "proxy.h" #include "query.h" #include "md5.h" -#include "chat.h" #define BUDDY_ALIAS_MAXLEN 388 /* because MSN names can be 387 characters */