Mercurial > hg > xemacs-beta
diff src/nas.c @ 82:6a378aca36af r20-0b91
Import from CVS: tag r20-0b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:07:36 +0200 |
parents | 131b0175ea99 |
children | 727739f917cb |
line wrap: on
line diff
--- a/src/nas.c Mon Aug 13 09:06:45 2007 +0200 +++ b/src/nas.c Mon Aug 13 09:07:36 2007 +0200 @@ -51,17 +51,16 @@ * be sure all play has finished. */ -#ifdef STDC_HEADERS -#include <stdlib.h> -#include <stdarg.h> -#include <string.h> +#if __STDC__ || defined (STDC_HEADERS) +# include <stdlib.h> +# include <stdarg.h> +# include <string.h> #endif #ifdef HAVE_UNISTD_H #include <unistd.h> #endif - #include <stdio.h> #include <config.h> /* for CONST in syssignal.h (neal@ctd.comsat.com) */ #include "syssignal.h"