From a1b96c15eb685081c9329531906d18fce8405af7 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 3 Jan 2006 09:56:12 +0000 Subject: Include sys/uio.h for writev() function --- src/hci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hci.c b/src/hci.c index a70fba9b..8dd3e1c6 100644 --- a/src/hci.c +++ b/src/hci.c @@ -36,6 +36,7 @@ #include #include +#include #include #include #include -- cgit