diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2002-06-04 16:07:56 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2002-06-04 16:07:56 +0000 |
commit | 611717e47e17abf61127ab37d6b66c31085d3f46 (patch) | |
tree | c8586b8f908aaf6b1d733e68f54f07520fa4538d /libc/sysdeps/linux/mips/crt0.S | |
parent | d99d54f5e109bdced8c39a13c0261ede0f5efd3b (diff) |
Changes so that 'regdef.h' gets included in the development environment.
Diffstat (limited to 'libc/sysdeps/linux/mips/crt0.S')
-rw-r--r-- | libc/sysdeps/linux/mips/crt0.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/mips/crt0.S b/libc/sysdeps/linux/mips/crt0.S index 9788d54ff..6770ab0b1 100644 --- a/libc/sysdeps/linux/mips/crt0.S +++ b/libc/sysdeps/linux/mips/crt0.S @@ -9,7 +9,7 @@ */ #include <features.h> -#include "regdef.h" +#include <sys/regdef.h> .text .global __start |