diff options
author | Richard Stallman <rms@gnu.org> | 1992-09-24 06:57:35 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-09-24 06:57:35 +0000 |
commit | 7e81b79c831d6b437d68bf7965439d751da12fe8 (patch) | |
tree | c7ff69c9ddb4378d678dd5397d1aab0f0ea3f589 /gcc/limitx.h | |
parent | 26363cdfd5e54e76b1724b2582cc9abc229d08a7 (diff) | |
download | gcc-7e81b79c831d6b437d68bf7965439d751da12fe8.tar.gz |
Include syslimits.h instead of system's limits.h.
From-SVN: r2224
Diffstat (limited to 'gcc/limitx.h')
-rw-r--r-- | gcc/limitx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/limitx.h b/gcc/limitx.h index 1eac97fa475..d0dc601755b 100644 --- a/gcc/limitx.h +++ b/gcc/limitx.h @@ -5,5 +5,5 @@ #define _LIMITS_H_ #ifndef _LIBC_LIMITS_H_ -#include_next <limits.h> +#include "syslimits.h" #endif |