diff options
author | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2012-08-06 14:27:09 (GMT) |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2012-08-21 18:49:21 (GMT) |
commit | 4d9310e39728a87c86eb48492da7546f61189633 (patch) | |
tree | e5d343f1ddd2119b719f5af277e60247d644f692 /include/xen/privcmd.h | |
parent | b58aaa4b0b3506c094308342d746f600468c63d9 (diff) | |
download | linux-fsl-qoriq-4d9310e39728a87c86eb48492da7546f61189633.tar.xz |
xen: missing includes
Changes in v2:
- remove pvclock hack;
- remove include linux/types.h from xen/interface/xen.h.
v3:
- Compile under IA64
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'include/xen/privcmd.h')
-rw-r--r-- | include/xen/privcmd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xen/privcmd.h b/include/xen/privcmd.h index 17857fb..4d58881 100644 --- a/include/xen/privcmd.h +++ b/include/xen/privcmd.h @@ -35,6 +35,7 @@ #include <linux/types.h> #include <linux/compiler.h> +#include <xen/interface/xen.h> typedef unsigned long xen_pfn_t; |