From 58e399c28982af447f0691b658f542b8ded496a5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 24 Sep 2005 13:32:31 +0000 Subject: Use `#ifdef HAVE_CONFIG_H', not `#if HAVE_CONFIG_H', for consistency with gnulib. --- lib/stdopen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/stdopen.c') diff --git a/lib/stdopen.c b/lib/stdopen.c index c5b5aaf61..d4732cb85 100644 --- a/lib/stdopen.c +++ b/lib/stdopen.c @@ -18,7 +18,7 @@ /* Written by Paul Eggert and Jim Meyering. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H # include #endif -- cgit v1.2.3-54-g00ecf