diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-07-23 11:19:09 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-07-23 11:19:09 +0000 |
commit | 3eced7694bc36a666bb9c105528e6673af4df8a5 (patch) | |
tree | 38967dc3aefc92720d578a819c846b80eace8c81 /src/irc/irc-dcc.c | |
parent | b7fc6747f66eec3bf84a82bda195b955daee431a (diff) | |
download | weechat-3eced7694bc36a666bb9c105528e6673af4df8a5.zip |
Splited weechat.c into weechat.c and util.c
Diffstat (limited to 'src/irc/irc-dcc.c')
-rw-r--r-- | src/irc/irc-dcc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc/irc-dcc.c b/src/irc/irc-dcc.c index 73b260c1d..c51b6cb12 100644 --- a/src/irc/irc-dcc.c +++ b/src/irc/irc-dcc.c @@ -41,6 +41,7 @@ #include "irc.h" #include "../common/log.h" #include "../common/hotlist.h" +#include "../common/util.h" #include "../common/weeconfig.h" #include "../gui/gui.h" |