From: Jim Meyering Date: Wed, 9 Aug 1995 03:57:17 +0000 (+0000) Subject: Include system.h. X-Git-Tag: FILEUTILS-3_12a~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a6fdb5b75d6e7c0a99920ddaa15e9b3f95686d9e;p=thirdparty%2Fcoreutils.git Include system.h. --- diff --git a/src/yes.c b/src/yes.c index 406c72ba1b..8bafe5b6ac 100644 --- a/src/yes.c +++ b/src/yes.c @@ -21,6 +21,7 @@ #include #include +#include "system.h" #include "long-options.h" #include "version.h"