aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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