diff options
| author | Jim Meyering <jim@meyering.net> | 1998-03-15 11:09:10 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 1998-03-15 11:09:10 +0000 |
| commit | bfbc3ce20cdcfd00c27922c2e78cbff43846fe0d (patch) | |
| tree | 2045f8cb784dbc4f5cb1cbaf83e0d0b05f7277e2 /lib/closeout.c | |
| parent | . (diff) | |
| download | coreutils-bfbc3ce20cdcfd00c27922c2e78cbff43846fe0d.tar.gz coreutils-bfbc3ce20cdcfd00c27922c2e78cbff43846fe0d.zip | |
Use #if, not #ifdef with HAVE_ macros
Diffstat (limited to 'lib/closeout.c')
| -rw-r--r-- | lib/closeout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/closeout.c b/lib/closeout.c index a6fbbf719..a4a986fa3 100644 --- a/lib/closeout.c +++ b/lib/closeout.c @@ -26,7 +26,7 @@ # define _(Text) Text #endif -#ifdef HAVE_STDLIB_H +#if HAVE_STDLIB_H # include <stdlib.h> #endif #ifndef EXIT_FAILURE |
