Thanks, I did not know the CONFIG_DARWING define.

On Aug 28, 2006, at 10:23 AM, Phil Krylov wrote:

Hi Jose,

On 28/08/06, Jose Renau <[EMAIL PROTECTED]> wrote:

--- block-raw.c 24 Aug 2006 18:58:29 -0000      1.9
+++ block-raw.c 28 Aug 2006 15:41:38 -0000
@@ -25,7 +25,11 @@
  #include "block_int.h"
  #include <assert.h>
  #ifndef _WIN32
+#ifdef CONFIG_COCOA
+#include <sys/aio.h>
+#else
  #include <aio.h>
+#endif

Did you mean CONFIG_DARWIN? Qemu can be built without Cocoa.

-- Ph.

--
Never underestimate the power of human stupidity.
 - Lazarus Long



_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to