From: Jim Meyering Date: Thu, 11 Sep 2003 09:07:35 +0000 (+0000) Subject: Include unconditionally. X-Git-Tag: v5.1.0~723 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e150ea96876261713a633e670c35ec982d7bedd;p=thirdparty%2Fcoreutils.git Include unconditionally. --- diff --git a/lib/save-cwd.c b/lib/save-cwd.c index b7b85a1b55..6fb39f0aa0 100644 --- a/lib/save-cwd.c +++ b/lib/save-cwd.c @@ -22,10 +22,7 @@ #endif #include - -#ifdef STDC_HEADERS -# include -#endif +#include #if HAVE_UNISTD_H # include diff --git a/lib/xgetcwd.c b/lib/xgetcwd.c index ed425200d0..2089b8897c 100644 --- a/lib/xgetcwd.c +++ b/lib/xgetcwd.c @@ -28,10 +28,8 @@ extern int errno; #endif #include +#include -#if HAVE_STDLIB_H -# include -#endif #if HAVE_UNISTD_H # include #endif