diff options
author | Richard Stallman <rms@gnu.org> | 1992-09-29 21:29:17 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-09-29 21:29:17 +0000 |
commit | a06865af8ba9ab7fba4614a35a4037548d887fc1 (patch) | |
tree | 2abef4d9ccaeab259be03a77d8227d5538a01d2a /gcc/limitx.h | |
parent | 5fcb671c83a7bc2f473f19ce1c7c769d6b0f4a8f (diff) | |
download | gcc-a06865af8ba9ab7fba4614a35a4037548d887fc1.tar.gz |
Use <...> in #include.
From-SVN: r2281
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 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 |