xen: add missing #define in include guard.

Submitted by:	Akshay Jaggi <akshay1994.leo@gmail.com>
Reviewed by:	royger
This commit is contained in:
royger 2016-06-02 07:43:02 +00:00
parent ee47f5dd07
commit 13f43b2cff

View File

@ -35,6 +35,7 @@
*/
#ifndef __ASM_GNTTAB_H__
#define __ASM_GNTTAB_H__
#include <xen/xen-os.h>
#include <xen/hypervisor.h>