diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-09-29 21:29:17 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-09-29 21:29:17 +0000 |
commit | 7a29e2c69bb422870418e01c0c58db60cfed2444 (patch) | |
tree | 2abef4d9ccaeab259be03a77d8227d5538a01d2a /gcc/limitx.h | |
parent | 313fe4bc990c3458f3c6e3e107cd2137dc618d89 (diff) | |
download | gcc-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.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 |