Commit a06865af by Richard Stallman

Use <...> in #include.

From-SVN: r2281
parent 5fcb671c
...@@ -5,5 +5,6 @@ ...@@ -5,5 +5,6 @@
#define _LIMITS_H_ #define _LIMITS_H_
#ifndef _LIBC_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 #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment