comparison libao2/ao_esd.c @ 8623:440301fef3fe

Added/reordered #includes to silence warnings about "implicit declaration".
author rathann
date Sat, 28 Dec 2002 18:51:10 +0000
parents 46dbfa8c1999
children 12b1790038b0
comparison
equal deleted inserted replaced
8622:871e07a43f58 8623:440301fef3fe
24 #include <stdio.h> 24 #include <stdio.h>
25 #include <string.h> 25 #include <string.h>
26 #include <unistd.h> 26 #include <unistd.h>
27 #include <errno.h> 27 #include <errno.h>
28 #include <fcntl.h> 28 #include <fcntl.h>
29 #include <time.h>
29 #ifdef __svr4__ 30 #ifdef __svr4__
30 #include <stropts.h> 31 #include <stropts.h>
31 #endif 32 #endif
32 #include <esd.h> 33 #include <esd.h>
33 34