qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [6742] Fix BSD breakage from r6736
@ 2009-03-07 16:52 Blue Swirl
  0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2009-03-07 16:52 UTC (permalink / raw)
  To: qemu-devel

Revision: 6742
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6742
Author:   blueswir1
Date:     2009-03-07 16:52:02 +0000 (Sat, 07 Mar 2009)
Log Message:
-----------
Fix BSD breakage from r6736

Modified Paths:
--------------
    trunk/net.c
    trunk/osdep.c
    trunk/savevm.c
    trunk/vl.c

Modified: trunk/net.c
===================================================================
--- trunk/net.c	2009-03-07 16:03:05 UTC (rev 6741)
+++ trunk/net.c	2009-03-07 16:52:02 UTC (rev 6742)
@@ -29,6 +29,9 @@
 #include <sys/time.h>
 #include <zlib.h>
 
+/* Needed early for _BSD etc. */
+#include "config-host.h"
+
 #ifndef _WIN32
 #include <sys/times.h>
 #include <sys/wait.h>

Modified: trunk/osdep.c
===================================================================
--- trunk/osdep.c	2009-03-07 16:03:05 UTC (rev 6741)
+++ trunk/osdep.c	2009-03-07 16:52:02 UTC (rev 6742)
@@ -33,6 +33,9 @@
 #include <sys/statvfs.h>
 #endif
 
+/* Needed early for _BSD etc. */
+#include "config-host.h"
+
 #ifdef _WIN32
 #define WIN32_LEAN_AND_MEAN
 #include <windows.h>

Modified: trunk/savevm.c
===================================================================
--- trunk/savevm.c	2009-03-07 16:03:05 UTC (rev 6741)
+++ trunk/savevm.c	2009-03-07 16:52:02 UTC (rev 6742)
@@ -29,6 +29,9 @@
 #include <sys/time.h>
 #include <zlib.h>
 
+/* Needed early for _BSD etc. */
+#include "config-host.h"
+
 #ifndef _WIN32
 #include <sys/times.h>
 #include <sys/wait.h>

Modified: trunk/vl.c
===================================================================
--- trunk/vl.c	2009-03-07 16:03:05 UTC (rev 6741)
+++ trunk/vl.c	2009-03-07 16:52:02 UTC (rev 6742)
@@ -29,6 +29,9 @@
 #include <sys/time.h>
 #include <zlib.h>
 
+/* Needed early for _BSD etc. */
+#include "config-host.h"
+
 #ifndef _WIN32
 #include <pwd.h>
 #include <sys/times.h>

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

only message in thread, other threads:[~2009-03-07 16:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-07 16:52 [Qemu-devel] [6742] Fix BSD breakage from r6736 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).