qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [5402] Include qemu-common.h in order to get prototypes for


From: Blue Swirl
Subject: [Qemu-devel] [5402] Include qemu-common.h in order to get prototypes for qemu_malloc etc .
Date: Thu, 02 Oct 2008 19:55:50 +0000

Revision: 5402
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5402
Author:   blueswir1
Date:     2008-10-02 19:55:50 +0000 (Thu, 02 Oct 2008)

Log Message:
-----------
Include qemu-common.h in order to get prototypes for qemu_malloc etc.

Modified Paths:
--------------
    trunk/linux-user/mmap.c

Modified: trunk/linux-user/mmap.c
===================================================================
--- trunk/linux-user/mmap.c     2008-10-02 19:14:17 UTC (rev 5401)
+++ trunk/linux-user/mmap.c     2008-10-02 19:55:50 UTC (rev 5402)
@@ -26,6 +26,7 @@
 #include <sys/mman.h>
 
 #include "qemu.h"
+#include "qemu-common.h"
 
 //#define DEBUG_MMAP
 






reply via email to

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