|   | 
      | 
  
  
      | 
      | 
  
 
     | 
    | 
  
  
     | 
    | 
  
  
    |   | 
      | 
  
  
    | 
         
xen-devel
[Xen-devel] [PATCH] compilation fix of xentrace.
 
[IA64] compilation fix of xentrace.
This patch fixes the following error.
> In file included from ../../tools/include/xen/hvm/save.h:83,
>                  from xenctx.c:29:
> ../../tools/include/xen/hvm/../arch-ia64/hvm/save.h:26:29: error: 
> public/hvm/save.h: No such file or directory
> ../../tools/include/xen/hvm/../arch-ia64/hvm/save.h:27:30: error: 
> public/arch-ia64.h: No such file or directory
Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
diff --git a/xen/include/public/arch-ia64/hvm/save.h 
b/xen/include/public/arch-ia64/hvm/save.h
--- a/xen/include/public/arch-ia64/hvm/save.h
+++ b/xen/include/public/arch-ia64/hvm/save.h
@@ -23,8 +23,8 @@
 #ifndef __XEN_PUBLIC_HVM_SAVE_IA64_H__
 #define __XEN_PUBLIC_HVM_SAVE_IA64_H__
 
-#include <public/hvm/save.h>
-#include <public/arch-ia64.h>
+#include "../../hvm/save.h"
+#include "../../arch-ia64.h"
 
 /* 
  * Save/restore header: general info about the save file. 
-- 
yamahata
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
 
 |   
 
| <Prev in Thread] | 
Current Thread | 
[Next in Thread> |  
- [Xen-devel] [PATCH] compilation fix of xentrace.,
Isaku Yamahata <=
  
 |  
  
 | 
    | 
  
  
    |   | 
    |