From 7e81b79c831d6b437d68bf7965439d751da12fe8 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 24 Sep 1992 06:57:35 +0000 Subject: [PATCH] Include syslimits.h instead of system's limits.h. From-SVN: r2224 --- gcc/limitx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +#include "syslimits.h" #endif