bluetooth: silence compiler warning (missing writev(2) declaration)

This commit is contained in:
Gerhard Sittig 2019-06-08 14:15:20 +02:00
parent bf5c4d46f8
commit 684b26ef18
1 changed files with 1 additions and 0 deletions

View File

@ -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>