comparison decoders/mpglib/mpglib_common.c @ 322:31cc49d7d0ce

MacOS fixes.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 29 Apr 2002 06:12:47 +0000
parents c92c07e07636
children cbb15ecf423a
comparison
equal deleted inserted replaced
321:182fdc76060d 322:31cc49d7d0ce
1 #include <ctype.h> 1 #include <ctype.h>
2 #include <stdlib.h> 2 #include <stdlib.h>
3 #include <signal.h> 3 #include <signal.h>
4
5 #include <sys/types.h>
6 #include <sys/stat.h>
7 #include <fcntl.h>
8 4
9 #include "SDL_sound.h" 5 #include "SDL_sound.h"
10 6
11 #define __SDL_SOUND_INTERNAL__ 7 #define __SDL_SOUND_INTERNAL__
12 #include "SDL_sound_internal.h" 8 #include "SDL_sound_internal.h"