From 9edff1e338868a8fc9ebfeefe1393a8b95fc0138 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 14 Jul 1996 23:59:45 +0000 Subject: [PATCH] update fsf address cpp-indent --- lib/stripslash.c | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/lib/stripslash.c b/lib/stripslash.c index 802204f25f..d547e18cd3 100644 --- a/lib/stripslash.c +++ b/lib/stripslash.c @@ -12,13 +12,17 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#if defined(STDC_HEADERS) || defined(USG) -#include +#ifdef HAVE_CONFIG_H +# include +#endif + +#if defined(STDC_HEADERS) || defined(HAVE_STRING_H) +# include #else -#include +# include #endif /* Remove trailing slashes from PATH. -- 2.30.2