Mercurial > hg > xemacs-beta
diff src/linuxplay.c @ 149:538048ae2ab8 r20-3b1
Import from CVS: tag r20-3b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:36:16 +0200 |
parents | e292c9648bb9 |
children | 850242ba4a81 |
line wrap: on
line diff
--- a/src/linuxplay.c Mon Aug 13 09:35:15 2007 +0200 +++ b/src/linuxplay.c Mon Aug 13 09:36:16 2007 +0200 @@ -61,13 +61,7 @@ #include <errno.h> #include <fcntl.h> -#ifdef __FreeBSD__ -# include <machine/soundcard.h> -#elif defined(__bsdi__) -# include <sys/soundcard.h> -#else -# include <linux/soundcard.h> -#endif +#include SOUNDCARD_H_PATH /* Path computed by configure */ #include <stdio.h> #include <stdlib.h> #include <string.h>