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:
-rw-r--r--examples/ustream-example.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/ustream-example.c b/examples/ustream-example.c
index 88c7381..3db56c4 100644
--- a/examples/ustream-example.c
+++ b/examples/ustream-example.c
@@ -5,6 +5,7 @@
#include <getopt.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
#include "ustream.h"
#include "uloop.h"