summaryrefslogtreecommitdiff
path: root/gcc/limitx.h
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-09-24 06:57:35 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-09-24 06:57:35 +0000
commite9e0fd3fe8d84dd982dc66d682862583a4265507 (patch)
treec7ff69c9ddb4378d678dd5397d1aab0f0ea3f589 /gcc/limitx.h
parent6213d8627219ad71d41a0890d23a394007b67798 (diff)
downloadgcc-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.h2
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