comparison src/sgiplay.c @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents a4f53d9b3154
children 7d59cb494b73
comparison
equal deleted inserted replaced
370:bd866891f083 371:cc15677e0335
27 #include <audio.h> 27 #include <audio.h>
28 #include <sys/file.h> 28 #include <sys/file.h>
29 #include <sys/types.h> 29 #include <sys/types.h>
30 #include <sys/stat.h> 30 #include <sys/stat.h>
31 #include <fcntl.h> 31 #include <fcntl.h>
32 #include <unistd.h>
33 #include <string.h> 32 #include <string.h>
34 #include <netinet/in.h> /* for ntohl() etc. */ 33 #include <netinet/in.h> /* for ntohl() etc. */
35 34
36 /* Configuration options */ 35 /* Configuration options */
37 36