diff options
author | blueswir1 | 2009-01-14 19:03:53 +0100 |
---|---|---|
committer | blueswir1 | 2009-01-14 19:03:53 +0100 |
commit | db34f0b32f8d9ab12fe5899f5ba684b8eb1e656e (patch) | |
tree | 8892411e00260eae701d3faf14eb3b5b0fa5886f /configure | |
parent | PPC OldWorld: use a more realistic timer frequency (diff) | |
download | qemu-db34f0b32f8d9ab12fe5899f5ba684b8eb1e656e.tar.gz qemu-db34f0b32f8d9ab12fe5899f5ba684b8eb1e656e.tar.xz qemu-db34f0b32f8d9ab12fe5899f5ba684b8eb1e656e.zip |
Fix iovec probe on OpenBSD
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6297 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1000,7 +1000,9 @@ fi ########################################## # iovec probe cat > $TMPC <<EOF +#include <sys/types.h> #include <sys/uio.h> +#include <unistd.h> int main(void) { struct iovec iov; return 0; } EOF iovec=no |