Skip to content

Commit

Permalink
x86: headers cleanup - sigcontext32.h
Browse files Browse the repository at this point in the history
Impact: cleanup

'make headers_check' warn us about lack of linux/types.h
here. Lets add it.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
  • Loading branch information
Cyrill Gorcunov authored and H. Peter Anvin committed Jan 14, 2009
1 parent 4440270 commit a7c4e68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/x86/include/asm/sigcontext32.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef _ASM_X86_SIGCONTEXT32_H
#define _ASM_X86_SIGCONTEXT32_H

#include <linux/types.h>

/* signal context for 32bit programs. */

#define X86_FXSR_MAGIC 0x0000
Expand Down

0 comments on commit a7c4e68

Please sign in to comment.