examples: add missing include
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 <luka@openwrt.org>
This commit is contained in:
parent
fd3a33b7ed
commit
480b6c7da1
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "ustream.h"
|
#include "ustream.h"
|
||||||
#include "uloop.h"
|
#include "uloop.h"
|
||||||
|
|
Loading…
Reference in a new issue