ustream.h: include stdarg.h

This commit is contained in:
Felix Fietkau 2012-10-22 21:14:02 +02:00
parent 9afe120530
commit ba6cd4c322

View file

@ -19,6 +19,7 @@
#ifndef __USTREAM_H
#define __USTREAM_H
#include <stdarg.h>
#include "uloop.h"
struct ustream;