diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-01-03 09:56:12 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-01-03 09:56:12 +0000 |
commit | a1b96c15eb685081c9329531906d18fce8405af7 (patch) | |
tree | 6a233f52611750593f5dc802641ac0338e4b1cd6 /src/hci.c | |
parent | 743f3be8a09b86cd5797b426c7ffb69957bc2337 (diff) |
Include sys/uio.h for writev() function
Diffstat (limited to 'src/hci.c')
-rw-r--r-- | src/hci.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |