summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid S. Miller <davem@nuts.ninka.net>2002-04-03 00:31:40 -0800
committerDavid S. Miller <davem@nuts.ninka.net>2002-04-03 00:31:40 -0800
commit3e82bc8454aafd87f0ad2ab0e1185dbb41cd9fe5 (patch)
treeb111f924cf84417ee60c895c7799aa1d5c2e4d9a
parent1c1614df49a20de38aaab9d33a111b5281803aa1 (diff)
sparc64/math-emu/math.c needs linux/errno.h
-rw-r--r--arch/sparc64/math-emu/math.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc64/math-emu/math.c b/arch/sparc64/math-emu/math.c
index ace4866e0508..c336e9115f4e 100644
--- a/arch/sparc64/math-emu/math.c
+++ b/arch/sparc64/math-emu/math.c
@@ -10,6 +10,7 @@
#include <linux/types.h>
#include <linux/sched.h>
+#include <linux/errno.h>
#include <asm/fpumacro.h>
#include <asm/ptrace.h>