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/common/completion.c | |
parent | b7fc6747f66eec3bf84a82bda195b955daee431a (diff) | |
download | weechat-3eced7694bc36a666bb9c105528e6673af4df8a5.zip |
Splited weechat.c into weechat.c and util.c
Diffstat (limited to 'src/common/completion.c')
-rw-r--r-- | src/common/completion.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/completion.c b/src/common/completion.c index 836d96bf3..2a8cf5069 100644 --- a/src/common/completion.c +++ b/src/common/completion.c @@ -32,6 +32,7 @@ #include "command.h" #include "log.h" #include "utf8.h" +#include "util.h" #include "weelist.h" #include "weeconfig.h" #include "../irc/irc.h" |