From 220c3ebddbd1ac289ae7fc64733c9501b3921d94 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 14 Oct 2013 17:13:59 +0200 Subject: memory: split cpu_physical_memory_* functions to its own include All the functions that use ram_addr_t should be here. Signed-off-by: Juan Quintela Reviewed-by: Orit Wasserman --- cputlb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cputlb.c') diff --git a/cputlb.c b/cputlb.c index 0ac8d90a48..b533f3f372 100644 --- a/cputlb.c +++ b/cputlb.c @@ -26,6 +26,7 @@ #include "exec/cputlb.h" #include "exec/memory-internal.h" +#include "exec/ram_addr.h" //#define DEBUG_TLB //#define DEBUG_TLB_CHECK -- cgit v1.2.1