qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [6742] Fix BSD breakage from r6736


From: Blue Swirl
Subject: [Qemu-devel] [6742] Fix BSD breakage from r6736
Date: Sat, 07 Mar 2009 16:52:03 +0000

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>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]