summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 6369653..ab4aab7 100644
--- a/main.c
+++ b/main.c
@@ -39,7 +39,9 @@ extern void print_vpath_data_base ();
extern int chdir ();
#endif
#ifndef STDC_HEADERS
+#ifndef sun /* Sun has an incorrect decl in a header. */
extern void exit ();
+#endif
extern double atof ();
#endif
extern char *mktemp ();