Use <...> in #include.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Sep 1992 21:29:17 +0000 (21:29 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Sep 1992 21:29:17 +0000 (21:29 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2281 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/limitx.h

index d0dc601..4b927b9 100644 (file)
@@ -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