diff options
author | Richard Stallman <rms@gnu.org> | 1992-06-06 19:01:45 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-06-06 19:01:45 +0000 |
commit | fae956c153e12916805a0414a0adb577eedfa1fa (patch) | |
tree | e239eac6d954cbcf558a14500df56813cc2aa50c | |
parent | cfc40361d86a751e831f6524d80be3b129f65f5a (diff) | |
download | gcc-fae956c153e12916805a0414a0adb577eedfa1fa.zip gcc-fae956c153e12916805a0414a0adb577eedfa1fa.tar.gz gcc-fae956c153e12916805a0414a0adb577eedfa1fa.tar.bz2 |
entered into RCS
From-SVN: r1171
-rw-r--r-- | gcc/config/mips/news5.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/svr3-4.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mips/news5.h b/gcc/config/mips/news5.h index 78be715..bfcf997 100644 --- a/gcc/config/mips/news5.h +++ b/gcc/config/mips/news5.h @@ -59,7 +59,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ This is only done when compiling the trampoline code. */ #ifdef L_trampoline -#include <types.h> +#include <sys/param.h> #include <unistd.h> #ifdef _SC_PAGE_SIZE diff --git a/gcc/config/mips/svr3-4.h b/gcc/config/mips/svr3-4.h index b3d324c..264132c 100644 --- a/gcc/config/mips/svr3-4.h +++ b/gcc/config/mips/svr3-4.h @@ -55,7 +55,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ This is only done when compiling the trampoline code. */ #ifdef L_trampoline -#include <types.h> +#include <sys/param.h> #include <unistd.h> #ifdef _SC_PAGE_SIZE |