summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-07-21 19:05:54 +0200
committerSebastien Helleu <flashcode@flashtux.org>2012-07-21 19:05:54 +0200
commite200dd0b4345409a3da61685183f2140d5e0700d (patch)
treee76f6ebe7b66e4d69b4693190cd68f218b836a22 /src/gui
parentf42644652134102d2ca9802fda7f657171d39f2b (diff)
downloadweechat-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.c1
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"