From: Felix Fietkau Date: Mon, 22 Oct 2012 19:14:02 +0000 (+0200) Subject: ustream.h: include stdarg.h X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=commitdiff_plain;h=ba6cd4c3222c90a0bb583afbcba335d36ceb8418 ustream.h: include stdarg.h --- diff --git a/ustream.h b/ustream.h index c9e23e8..0ec2ac3 100644 --- a/ustream.h +++ b/ustream.h @@ -19,6 +19,7 @@ #ifndef __USTREAM_H #define __USTREAM_H +#include #include "uloop.h" struct ustream;