comparison src/nas.c @ 16:0293115a14e9 r19-15b91

Import from CVS: tag r19-15b91
author cvs
date Mon, 13 Aug 2007 08:49:20 +0200
parents 376386a54a3c
children 131b0175ea99
comparison
equal deleted inserted replaced
15:ad457d5f7d04 16:0293115a14e9
50 * 4/11/94, rjc Added wait_for_sounds to be called when user wants to 50 * 4/11/94, rjc Added wait_for_sounds to be called when user wants to
51 * be sure all play has finished. 51 * be sure all play has finished.
52 */ 52 */
53 53
54 #if __STDC__ || defined (STDC_HEADERS) 54 #if __STDC__ || defined (STDC_HEADERS)
55
56 # include <stdlib.h> 55 # include <stdlib.h>
57 # include <unistd.h>
58 # include <stdarg.h> 56 # include <stdarg.h>
59 57 # include <string.h>
58 #endif
59
60 #ifdef HAVE_UNISTD_H
61 #include <unistd.h>
60 #endif 62 #endif
61 63
62 #include <stdio.h> 64 #include <stdio.h>
63 #include <string.h>
64 #include <config.h> /* for CONST in syssignal.h (neal@ctd.comsat.com) */ 65 #include <config.h> /* for CONST in syssignal.h (neal@ctd.comsat.com) */
65 #include "syssignal.h" 66 #include "syssignal.h"
66 67
67 #include <audio/audiolib.h> 68 #include <audio/audiolib.h>
68 #include <audio/soundlib.h> 69 #include <audio/soundlib.h>