aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-12-16 12:45:59 +0000
committerEli Zaretskii2006-12-16 12:45:59 +0000
commit28440f28b9ce707b7a69bd243df8bb2816af7ff4 (patch)
tree6f7a067681cc27b3e4d31a9ad5fa98e256672be2
parent750998846b03d2841067b2faa757a95e5e037b0f (diff)
downloademacs-28440f28b9ce707b7a69bd243df8bb2816af7ff4.tar.gz
emacs-28440f28b9ce707b7a69bd243df8bb2816af7ff4.zip
[STDC_HEADERS]: Include stdlib.h.
-rw-r--r--src/prefix-args.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/prefix-args.c b/src/prefix-args.c
index 1a855e0e34b..5580d176bcf 100644
--- a/src/prefix-args.c
+++ b/src/prefix-args.c
@@ -44,6 +44,14 @@ Boston, MA 02110-1301, USA. */
44 If I can't write a completely portable program to do this in C, 44 If I can't write a completely portable program to do this in C,
45 I'm quitting and taking up gardening. */ 45 I'm quitting and taking up gardening. */
46 46
47#ifdef HAVE_CONFIG_H
48# include <config.h>
49#endif
50
51#if STDC_HEADERS
52# include <stdlib.h> /* for proper declaration of `exit' */
53#endif
54
47#include <stdio.h> 55#include <stdio.h>
48 56
49int 57int