1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 10:43:13 +02:00

core: add missing include of stddef.h in plugin.c

This commit is contained in:
Sebastien Helleu
2011-06-29 10:24:03 +02:00
parent a6873b725f
commit 56a39bc8c8
+1
View File
@@ -27,6 +27,7 @@
#include <errno.h>
#include <stdlib.h>
#include <stddef.h>
#include <unistd.h>
#include <libgen.h>
#include <stdarg.h>