diff options
Diffstat (limited to 'gcc/limitx.h')
-rw-r--r-- | gcc/limitx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/limitx.h b/gcc/limitx.h index 1231bfa798c..1eac97fa475 100644 --- a/gcc/limitx.h +++ b/gcc/limitx.h @@ -4,5 +4,6 @@ #ifndef _LIMITS_H_ /* Terminated in limity.h. */ #define _LIMITS_H_ +#ifndef _LIBC_LIMITS_H_ #include_next <limits.h> - +#endif |