mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
xen: add missing #define in include guard.
Submitted by: Akshay Jaggi <akshay1994.leo@gmail.com> Reviewed by: royger
This commit is contained in:
parent
0e92cf939f
commit
71da5f7a01
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@
|
|||
*/
|
||||
|
||||
#ifndef __ASM_GNTTAB_H__
|
||||
#define __ASM_GNTTAB_H__
|
||||
|
||||
#include <xen/xen-os.h>
|
||||
#include <xen/hypervisor.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue