diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-12-07 09:43:49 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-12-07 09:43:49 +0100 |
commit | a652fc271ff64ff384d205cc71243dec0ebf4891 (patch) | |
tree | 705930a5b2f3ef8194692e4070fbf9e4b14c0255 /src/gui | |
parent | a498402e7859fc262bf5697f3d77c3e40deccb8e (diff) | |
download | weechat-a652fc271ff64ff384d205cc71243dec0ebf4891.zip |
Add missing include of limits.h
Diffstat (limited to 'src/gui')
-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 d893e8e70..14399d7c7 100644 --- a/src/gui/gui-completion.c +++ b/src/gui/gui-completion.c @@ -29,6 +29,7 @@ #include <sys/stat.h> #include <sys/types.h> #include <dirent.h> +#include <limits.h> #include <unistd.h> #include "../core/weechat.h" |