Use <...> in #include.

From-SVN: r2281
This commit is contained in:
Richard Stallman 1992-09-29 21:29:17 +00:00
parent 5fcb671c83
commit a06865af8b
1 changed files with 2 additions and 1 deletions

View 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