bluetooth: silence compiler warning (missing writev(2) declaration)
This commit is contained in:
parent
bf5c4d46f8
commit
684b26ef18
|
@ -79,6 +79,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/uio.h>
|
||||
#include <sys/socket.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Reference in New Issue