X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fnas.c;h=a338ad1ed2b85a46a46e83d18ef22c5b657db1d5;hp=d62b30bd51d065601abe04726e6a6bf8004c09a0;hb=ea21eb75bbf90355514d65686bd53bea579f8e23;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910 diff --git a/src/nas.c b/src/nas.c index d62b30b..a338ad1 100644 --- a/src/nas.c +++ b/src/nas.c @@ -49,31 +49,32 @@ * correct error facilities. * 4/11/94, rjc Added wait_for_sounds to be called when user wants to * be sure all play has finished. + * 1998-10-01 rlt Added support for WAVE files. */ #ifdef emacs #include #include "lisp.h" +#include "sysdep.h" +#include "syssignal.h" #endif -#if __STDC__ || defined (STDC_HEADERS) -# include -# include -# include -#endif +#include +#include +#include +#include #ifdef HAVE_UNISTD_H #include #endif -#include -#include "syssignal.h" #undef LITTLE_ENDIAN #undef BIG_ENDIAN #include