comparison decoders/shn.c @ 546:b05e21ca2619

Merged r553:555 from branches/stable-1.0: math.h in shn.c
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 17 Apr 2008 22:33:21 +0000
parents 2df1f5c62d38
children 2e8907ff98e9
comparison
equal deleted inserted replaced
542:fb84667d6652 546:b05e21ca2619
48 #ifdef SOUND_SUPPORTS_SHN 48 #ifdef SOUND_SUPPORTS_SHN
49 49
50 #include <stdio.h> 50 #include <stdio.h>
51 #include <stdlib.h> 51 #include <stdlib.h>
52 #include <string.h> 52 #include <string.h>
53 #include <math.h>
53 54
54 #include "SDL_sound.h" 55 #include "SDL_sound.h"
55 56
56 #define __SDL_SOUND_INTERNAL__ 57 #define __SDL_SOUND_INTERNAL__
57 #include "SDL_sound_internal.h" 58 #include "SDL_sound_internal.h"