qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [6297] Fix iovec probe on OpenBSD
@ 2009-01-14 18:03 Blue Swirl
  0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2009-01-14 18:03 UTC (permalink / raw)
  To: qemu-devel

Revision: 6297
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6297
Author:   blueswir1
Date:     2009-01-14 18:03:53 +0000 (Wed, 14 Jan 2009)

Log Message:
-----------
Fix iovec probe on OpenBSD

Modified Paths:
--------------
    trunk/configure

Modified: trunk/configure
===================================================================
--- trunk/configure	2009-01-14 14:48:04 UTC (rev 6296)
+++ trunk/configure	2009-01-14 18:03:53 UTC (rev 6297)
@@ -1000,7 +1000,9 @@
 ##########################################
 # 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-14 18:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-14 18:03 [Qemu-devel] [6297] Fix iovec probe on OpenBSD Blue Swirl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).