diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-11-05 11:23:52 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-11-05 11:23:52 +0100 |
commit | d34efe27cfbf248f02e645d1c1e8d8123f1398b6 (patch) | |
tree | 75f2609d94880e0cdf988a139431242d35a84540 /src | |
parent | 5fc77232c2ae1c97b735310dd7ef15c2aee69780 (diff) | |
download | weechat-d34efe27cfbf248f02e645d1c1e8d8123f1398b6.zip |
Add missing include of strings.h in gui-completion.c
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/gui-completion.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gui-completion.c b/src/gui/gui-completion.c index c10c496d5..2b4ca9063 100644 --- a/src/gui/gui-completion.c +++ b/src/gui/gui-completion.c @@ -25,6 +25,7 @@ #include <stdlib.h> #include <string.h> +#include <strings.h> #include <sys/stat.h> #include <sys/types.h> #include <dirent.h> |