summaryrefslogtreecommitdiff
path: root/lib/obstack.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-08-22 14:55:01 +0000
committerJim Meyering <jim@meyering.net>1997-08-22 14:55:01 +0000
commitfada8884a31fb72600fce8b8fc6e9c9efbd8d36b (patch)
tree4a77fa8a6b2f1749dd12e2b1723b3198faece69f /lib/obstack.c
parent2fc81ec762307ac71b7150c0aa02d8484befeec0 (diff)
downloadcoreutils-fada8884a31fb72600fce8b8fc6e9c9efbd8d36b.tar.xz
update from glibc
Diffstat (limited to 'lib/obstack.c')
-rw-r--r--lib/obstack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/obstack.c b/lib/obstack.c
index 1e36c4a0a..1ff415561 100644
--- a/lib/obstack.c
+++ b/lib/obstack.c
@@ -85,7 +85,7 @@ void (*obstack_alloc_failed_handler) () = print_and_abort;
#endif
/* Exit value used when `print_and_abort' is used. */
-#if defined (__STDC__) && __STDC__
+#if defined __GNU_LIBRARY__ || defined HAVE_STDLIB_H
#include <stdlib.h>
#endif
#ifndef EXIT_FAILURE