comparison 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
comparison
equal deleted inserted replaced
148:f659db2a1f73 149:538048ae2ab8
59 #include <config.h> 59 #include <config.h>
60 #endif 60 #endif
61 61
62 #include <errno.h> 62 #include <errno.h>
63 #include <fcntl.h> 63 #include <fcntl.h>
64 #ifdef __FreeBSD__ 64 #include SOUNDCARD_H_PATH /* Path computed by configure */
65 # include <machine/soundcard.h>
66 #elif defined(__bsdi__)
67 # include <sys/soundcard.h>
68 #else
69 # include <linux/soundcard.h>
70 #endif
71 #include <stdio.h> 65 #include <stdio.h>
72 #include <stdlib.h> 66 #include <stdlib.h>
73 #include <string.h> 67 #include <string.h>
74 #include <sys/fcntl.h> 68 #include <sys/fcntl.h>
75 #include <sys/file.h> 69 #include <sys/file.h>