diff options
-rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 (); |