diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-28 05:50:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-28 05:50:42 +0000 |
commit | 7e5815897276af4764df7f5acf77142076f96088 (patch) | |
tree | b20cd5f8ee71e699511d152560455a151da60aa5 /libc/sysdeps/linux/alpha/syscall.S | |
parent | 10145bd5d142ac082d9b67e8a06b8c790bf89cbe (diff) |
grab regdef.h from glibc and use that instead of kernel headers regdef.h
Diffstat (limited to 'libc/sysdeps/linux/alpha/syscall.S')
-rw-r--r-- | libc/sysdeps/linux/alpha/syscall.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/alpha/syscall.S b/libc/sysdeps/linux/alpha/syscall.S index 1ccb5815f..89901d547 100644 --- a/libc/sysdeps/linux/alpha/syscall.S +++ b/libc/sysdeps/linux/alpha/syscall.S @@ -18,7 +18,7 @@ 02111-1307 USA. */ #include <features.h> -#include <asm/regdef.h> +#include <sys/regdef.h> #include <asm/pal.h> /* |