ustream.h: include stdarg.h
This commit is contained in:
parent
9afe120530
commit
ba6cd4c322
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
#ifndef __USTREAM_H
|
||||
#define __USTREAM_H
|
||||
|
||||
#include <stdarg.h>
|
||||
#include "uloop.h"
|
||||
|
||||
struct ustream;
|
||||
|
|
Loading…
Reference in a new issue