This patch fixes test case access.c which is compiled only during x86-64
compilation of test cases. 

Signed-off-by: Jerone Young <[EMAIL PROTECTED]>

diff --git a/user/test/x86/access.c b/user/test/x86/access.c
index daeb272..24708c2 100644
--- a/user/test/x86/access.c
+++ b/user/test/x86/access.c
@@ -1,7 +1,6 @@
 
-#include "smp.h"
-#include "printf.h"
-#include "string.h"
+#include <libcflat.h>
+#include <x86/smp.h>
 
 #define true 1
 #define false 0


--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to