summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/sparc/umul.S
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-01-02 16:48:42 +0000
committerEric Andersen <andersen@codepoet.org>2003-01-02 16:48:42 +0000
commitf980a783a335d83330e832ed92c0aa8f1abb93b8 (patch)
tree69d00c1eaffd1e8c808ffbf66ac0d4565ee34e80 /libc/sysdeps/linux/sparc/umul.S
parentd4b37495fb022640b1db8c0aa8615392c8969684 (diff)
Rework sparc architecture support so it will compile
and run. Seems to be working... -Erik
Diffstat (limited to 'libc/sysdeps/linux/sparc/umul.S')
-rw-r--r--libc/sysdeps/linux/sparc/umul.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/sparc/umul.S b/libc/sysdeps/linux/sparc/umul.S
index d26ae4382..4f38d78eb 100644
--- a/libc/sysdeps/linux/sparc/umul.S
+++ b/libc/sysdeps/linux/sparc/umul.S
@@ -14,7 +14,7 @@
* bnz overflow (or tnz)
*/
-#include <sysdep.h>
+#include <sys/syscall.h>
.global .umul;