]> xenbits.xensource.com Git - people/royger/xen-test-framework.git/commitdiff
Include xtf/hypercall.h in xtf/lib.h
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 15 Jan 2016 14:04:55 +0000 (14:04 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 15 Jan 2016 14:04:55 +0000 (14:04 +0000)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
include/xtf/lib.h

index 8991db20835bb338cb5d09edd209bbdd5f21369c..ab0df446d6c326deb083dfec3729329c60fc8db3 100644 (file)
@@ -5,6 +5,7 @@
 #include <xtf/compiler.h>
 #include <xtf/console.h>
 #include <xtf/exlog.h>
+#include <xtf/hypercall.h>
 #include <xtf/libc.h>
 #include <xtf/numbers.h>
 #include <xtf/report.h>