From 4e150ea96876261713a633e670c35ec982d7bedd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 11 Sep 2003 09:07:35 +0000 Subject: [PATCH] Include unconditionally. --- lib/save-cwd.c | 5 +---- lib/xgetcwd.c | 4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) 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 -- 2.47.2