1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 05:16:38 +02:00

core: add missing include of stddef.h in gui-hotlist.c

This commit is contained in:
Sebastien Helleu
2012-07-21 19:05:54 +02:00
parent f426446521
commit e200dd0b43
+1
View File
@@ -27,6 +27,7 @@
#endif
#include <stdlib.h>
#include <stddef.h>
#include <string.h>
#include "../core/weechat.h"