diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-07-21 19:05:54 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-07-21 19:05:54 +0200 |
commit | e200dd0b4345409a3da61685183f2140d5e0700d (patch) | |
tree | e76f6ebe7b66e4d69b4693190cd68f218b836a22 /src/gui | |
parent | f42644652134102d2ca9802fda7f657171d39f2b (diff) | |
download | weechat-e200dd0b4345409a3da61685183f2140d5e0700d.zip |
core: add missing include of stddef.h in gui-hotlist.c
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/gui-hotlist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gui-hotlist.c b/src/gui/gui-hotlist.c index 0b4a9ac5a..d7e6bf06a 100644 --- a/src/gui/gui-hotlist.c +++ b/src/gui/gui-hotlist.c @@ -27,6 +27,7 @@ #endif #include <stdlib.h> +#include <stddef.h> #include <string.h> #include "../core/weechat.h" |