NetBSD needs to include sys/uio.h for some socket functions

Signed-off-by: Lennart Poettering <lennart@poettering.net>
This commit is contained in:
Jared D. McNeill 2009-01-22 01:37:19 +01:00 committed by Lennart Poettering
parent bb23932e9a
commit 75eeea65bd
3 changed files with 9 additions and 1 deletions

View file

@ -35,6 +35,10 @@
#include <sys/filio.h>
#endif
#ifdef HAVE_SYS_UIO_H
#include <sys/uio.h>
#endif
#include <pulsecore/core-error.h>
#include <pulsecore/log.h>
#include <pulsecore/macro.h>