summaryrefslogtreecommitdiff
path: root/lib/closeout.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-03-15 11:09:10 +0000
committerJim Meyering <jim@meyering.net>1998-03-15 11:09:10 +0000
commit67f394c1d2be473276ccd5e071f986511a13e212 (patch)
tree2ca484078341372a47125abf4c4994c43fa915e2 /lib/closeout.c
parent95f99aaad6097a9af21c4e414fc9fa3655422700 (diff)
downloadgnulib-67f394c1d2be473276ccd5e071f986511a13e212.tar.gz
Use #if, not #ifdef with HAVE_ macros
Diffstat (limited to 'lib/closeout.c')
-rw-r--r--lib/closeout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/closeout.c b/lib/closeout.c
index a6fbbf7191..a4a986fa3f 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