Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-10-22 23:14:02 +0400
committerFelix Fietkau <nbd@openwrt.org>2012-10-22 23:14:02 +0400
commitba6cd4c3222c90a0bb583afbcba335d36ceb8418 (patch)
treee765e2a2b5609ed80a8a327cef48e0a99c358868 /ustream.h
parent9afe120530838903c538a06921891bd862218267 (diff)
ustream.h: include stdarg.h
Diffstat (limited to 'ustream.h')
-rw-r--r--ustream.h1
1 files changed, 1 insertions, 0 deletions
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 <stdarg.h>
#include "uloop.h"
struct ustream;