From 607e0a252789e62ad5163c2a9526a764c9428ec6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 3 Mar 1998 16:20:52 +0000 Subject: Switched from "extern int errno" to "#include ". --- tools/build/eolstrip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/build/eolstrip.c') diff --git a/tools/build/eolstrip.c b/tools/build/eolstrip.c index 467b352322..c944ae6663 100644 --- a/tools/build/eolstrip.c +++ b/tools/build/eolstrip.c @@ -29,6 +29,7 @@ Strip the white space from the end of every line on the list of files.\n\ #include #include #include +#include #include "config.h" @@ -78,7 +79,6 @@ int test_only = FALSE; /* test only */ extern char *optarg; /* getopt(3) control vars */ extern int optind, opterr; -extern int errno; char *progname; /* for error() */ -- cgit v1.2.3