summaryrefslogtreecommitdiff
path: root/gcc/limitx.h
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-09-29 21:29:17 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-09-29 21:29:17 +0000
commit7a29e2c69bb422870418e01c0c58db60cfed2444 (patch)
tree2abef4d9ccaeab259be03a77d8227d5538a01d2a /gcc/limitx.h
parent313fe4bc990c3458f3c6e3e107cd2137dc618d89 (diff)
downloadgcc-7a29e2c69bb422870418e01c0c58db60cfed2444.tar.gz
Use <...> in #include.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2281 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/limitx.h')
-rw-r--r--gcc/limitx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/limitx.h b/gcc/limitx.h
index d0dc601755b..4b927b9a007 100644
--- a/gcc/limitx.h
+++ b/gcc/limitx.h
@@ -5,5 +5,6 @@
#define _LIMITS_H_
#ifndef _LIBC_LIMITS_H_
-#include "syslimits.h"
+/* Use <...> so that we find syslimits.h only in system include dirs. */
+#include <syslimits.h>
#endif