Mercurial > hg > xemacs-beta
diff src/nas.c @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | 0293115a14e9 |
children | 6a378aca36af |
line wrap: on
line diff
--- a/src/nas.c Mon Aug 13 09:00:04 2007 +0200 +++ b/src/nas.c Mon Aug 13 09:02:59 2007 +0200 @@ -51,16 +51,17 @@ * be sure all play has finished. */ -#if __STDC__ || defined (STDC_HEADERS) -# include <stdlib.h> -# include <stdarg.h> -# include <string.h> +#ifdef 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"