Commit 0212779c by Michael Bushnell

Include <sys/errno.h> in case `errno' is a macro defined there.

From-SVN: r8082
parent 44c5421f
......@@ -35,6 +35,7 @@ compilation is specified by a string called a "spec". */
#include <signal.h>
#include <sys/stat.h>
#include <sys/file.h> /* May get R_OK, etc. on some systems. */
#include <sys/errno.h>
#include "config.h"
#include "obstack.h"
......
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