tools/kvm: Fix compilation fallout from system.h split-up

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
Ingo Molnar
2012-04-01 14:24:34 +02:00
committed by Will Deacon
parent de3f75c9b0
commit 4d1fa72f0e
+1 -1
View File
@@ -11,6 +11,6 @@
#include <linux/stringify.h>
#include <linux/bitops.h>
#include <asm/alternative.h>
#include <asm/system.h>
#include <asm/barrier.h>
#endif /* _KVM_BARRIER_H_ */