From 480b6c7da16e81ad7f358699028a08ef3b4249a1 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Thu, 3 Jul 2014 12:28:23 +0200 Subject: examples: add missing include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch fixes following build error: error: implicit declaration of function ‘close’ [-Werror=implicit-function-declaration] close(cl->s.fd.fd); Signed-off-by: Luka Perkov --- examples/ustream-example.c | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') 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 #include #include +#include #include "ustream.h" #include "uloop.h" -- cgit v1.2.3