Always enable declarations needed by privcmd.c

This commit is contained in:
bouyer 2020-05-26 10:36:20 +00:00
parent 2ed25f0c70
commit 32f92a08ec
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ struct xen_pod_target {
};
typedef struct xen_pod_target xen_pod_target_t;
#if defined(__XEN__) || defined(__XEN_TOOLS__)
#if 1 /* defined(__XEN__) || defined(__XEN_TOOLS__) XXX needed for privcmd.c */
#ifndef uint64_aligned_t
#define uint64_aligned_t uint64_t