From: Jim Meyering Date: Wed, 31 Mar 1999 05:52:46 +0000 (+0000) Subject: Include "closeout.h" and "version-etc.h" X-Git-Tag: FILEUTILS-4_0e~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=419aa421810a797b42eabc72dd767d26941bc17b;p=thirdparty%2Fcoreutils.git Include "closeout.h" and "version-etc.h" --- diff --git a/src/sys2.h b/src/sys2.h index cea44a098e..b1d25f8384 100644 --- a/src/sys2.h +++ b/src/sys2.h @@ -265,6 +265,9 @@ char *base_name PARAMS ((char const *)); usage (EXIT_SUCCESS); \ break; +#include "closeout.h" +#include "version-etc.h" + #define case_GETOPT_VERSION_CHAR(Program_name, Authors) \ case GETOPT_VERSION_CHAR: \ version_etc (stdout, Program_name, GNU_PACKAGE, VERSION, Authors); \