From patchwork Sun Feb 27 17:52:22 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/3] osdep: Remove conditional compilation (fixes w32 compilation) Date: Sun, 27 Feb 2011 07:52:22 -0000 From: Stefan Weil X-Patchwork-Id: 84694 Message-Id: <1298829142-5550-3-git-send-email-weil@mail.berlios.de> To: Anthony Liguori Cc: qemu-devel@nongnu.org sys/time.h also exists for MinGW, and it is needed because it declares struct timeval (needed by latest vnc code). Signed-off-by: Stefan Weil --- osdep.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/osdep.h b/osdep.h index 27eedcf..5a667b4 100644 --- a/osdep.h +++ b/osdep.h @@ -8,9 +8,7 @@ #include #endif -#ifndef _WIN32 #include -#endif #ifndef glue #define xglue(x, y) x ## y