diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2017-04-05 23:38:08 +0100 |
---|---|---|
committer | Wilmer van der Gaast <github@wilmer.gaast.net> | 2017-04-06 21:25:08 +0100 |
commit | b0979452e9d42896b8f6fdc0da76dc0c79651b62 (patch) | |
tree | d424f5fa18e7b3aee6f90058fc27b9f9ec0b9f94 /irc_commands.c | |
parent | 0156c4220b58515294d7689ea69da8c215a33bdb (diff) |
Move canohost functions (diff licence) to separate file.
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 4a8bae4d..19855075 100644 --- a/irc_commands.c +++ b/irc_commands.c @@ -25,6 +25,7 @@ #define BITLBEE_CORE #include "bitlbee.h" +#include "canohost.h" #include "help.h" #include "ipc.h" #include "base64.h" |