Commit dfe9cfbe authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

x86: Include stdbool.h in fpu.h

Otherwise when get used outside of criu code

 | ../../arch/x86/include/asm/fpu.h:98:2: error: unknown type name ‘bool’
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 1fa40e97
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#define __CR_ASM_FPU_H__ #define __CR_ASM_FPU_H__
#include <sys/types.h> #include <sys/types.h>
#include <stdbool.h>
#include "compiler.h" #include "compiler.h"
#include "asm/int.h" #include "asm/int.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment