changeset 544:2ba97bf64d03 stable-1.0

SHN decoder uses functions from math.h ...
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 17 Apr 2008 22:32:06 +0000
parents 989a46bb88d2
children 4bfcf71c4fa1
files decoders/shn.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/decoders/shn.c	Thu Apr 17 18:25:38 2008 +0000
+++ b/decoders/shn.c	Thu Apr 17 22:32:06 2008 +0000
@@ -50,6 +50,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <math.h>
 
 #include "SDL_sound.h"