mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
x86 headers: include linux/types.h
To properly pick up types relied on by prototypes like 'bool'. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
999c7880cc
commit
56cefcea7c
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#ifndef _ASM_X86_PAGE_H
|
||||
#define _ASM_X86_PAGE_H
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
#ifdef __KERNEL__
|
||||
|
||||
#include <asm/page_types.h>
|
||||
|
|
Loading…
Reference in a new issue