summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-01-03 09:56:12 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-01-03 09:56:12 +0000
commita1b96c15eb685081c9329531906d18fce8405af7 (patch)
tree6a233f52611750593f5dc802641ac0338e4b1cd6
parent743f3be8a09b86cd5797b426c7ffb69957bc2337 (diff)
Include sys/uio.h for writev() function
-rw-r--r--src/hci.c1
1 files changed, 1 insertions, 0 deletions
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 <string.h>
#include <sys/param.h>
+#include <sys/uio.h>
#include <sys/poll.h>
#include <sys/types.h>
#include <sys/ioctl.h>