Skip to content

Commit

Permalink
[MIPS] compat.h uses struct pt_regs so needs to include ptrace.h.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Dec 12, 2006
1 parent e45116b commit b723782
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-mips/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/
#include <linux/types.h>
#include <asm/page.h>
#include <asm/ptrace.h>

#define COMPAT_USER_HZ 100

Expand Down

0 comments on commit b723782

Please sign in to comment.