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 /irc_commands.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 'irc_commands.c')
-rw-r--r-- | irc_commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc_commands.c b/irc_commands.c index 044ff62c..74334ee9 100644 --- a/irc_commands.c +++ b/irc_commands.c @@ -26,6 +26,7 @@ #define BITLBEE_CORE #include "bitlbee.h" #include "ipc.h" +#include "chat.h" static void irc_cmd_pass( irc_t *irc, char **cmd ) { |