diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2009-11-19 23:00:56 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2009-11-19 23:00:56 +0000 |
commit | c289b6f820ea8006d84b3de13c9052dcb99ec99c (patch) | |
tree | 2d73ec2b0ed08621e9a094d136a13fab7d3d8410 /chat.c | |
parent | c48a033d62bb5c5188a876b182d50144ffaed68b (diff) | |
parent | 36cf9fda6a5cc4bcbfe98319b48af636fa142590 (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 'chat.c')
-rw-r--r-- | chat.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ */ #include "bitlbee.h" +#include "chat.h" struct chat *chat_add( irc_t *irc, account_t *acc, char *handle, char *channel ) { |