changeset 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 fb84667d6652
children fd3f109c5caf
files CHANGELOG decoders/shn.c
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Thu Apr 17 18:17:48 2008 +0000
+++ b/CHANGELOG	Thu Apr 17 22:33:21 2008 +0000
@@ -2,6 +2,7 @@
  * CHANGELOG.
  */
 
+04182008 - Include <math.h> in shn.c.
 04172008 - Look for Speex includes in new directory. Converted all text
            encoding from ISO-8859-1 to UTF-8. Fixed "make dist" script for
            dealing with Subversion instead of CVS. Added Speex to the README.
--- a/decoders/shn.c	Thu Apr 17 18:17:48 2008 +0000
+++ b/decoders/shn.c	Thu Apr 17 22:33:21 2008 +0000
@@ -50,6 +50,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <math.h>
 
 #include "SDL_sound.h"