summaryrefslogtreecommitdiff
path: root/gcc/limitx.h
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-09-29 21:29:17 +0000
committerRichard Stallman <rms@gnu.org>1992-09-29 21:29:17 +0000
commita06865af8ba9ab7fba4614a35a4037548d887fc1 (patch)
tree2abef4d9ccaeab259be03a77d8227d5538a01d2a /gcc/limitx.h
parent5fcb671c83a7bc2f473f19ce1c7c769d6b0f4a8f (diff)
Use <...> in #include.
From-SVN: r2281
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