comparison src/audio/esd/SDL_esdaudio.c @ 1616:9f836cec0521

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Fri, 31 Mar 2006 06:30:16 +0000
parents d910939febfa
children 782fd950bd46 c121d94672cb a1b03ba2fcd0
comparison
equal deleted inserted replaced
1615:d5298e8f22b3 1616:9f836cec0521
21 */ 21 */
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 /* Allow access to an ESD network stream mixing buffer */ 24 /* Allow access to an ESD network stream mixing buffer */
25 25
26 #include <sys/types.h>
27 #include <unistd.h>
28 #include <signal.h>
26 #include <errno.h> 29 #include <errno.h>
27 #include <esd.h> 30 #include <esd.h>
28 31
29 #include "SDL_timer.h" 32 #include "SDL_timer.h"
30 #include "SDL_audio.h" 33 #include "SDL_audio.h"