1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 18:53:12 +02:00

Add missing include of stdarg.h

This commit is contained in:
Sebastien Helleu
2009-07-24 16:38:04 +02:00
parent 5563924363
commit 3562143b51
+1
View File
@@ -25,6 +25,7 @@
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <libgen.h>
#include <sys/ioctl.h>