diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-09-24 06:57:35 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-09-24 06:57:35 +0000 |
commit | e9e0fd3fe8d84dd982dc66d682862583a4265507 (patch) | |
tree | c7ff69c9ddb4378d678dd5397d1aab0f0ea3f589 /gcc/limitx.h | |
parent | 6213d8627219ad71d41a0890d23a394007b67798 (diff) | |
download | gcc-e9e0fd3fe8d84dd982dc66d682862583a4265507.tar.gz |
Include syslimits.h instead of system's limits.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2224 138bc75d-0d04-0410-961f-82ee72b054a4
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 |