Skip to content

Commit

Permalink
Merged r553:555 from branches/stable-1.0: math.h in shn.c
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 17, 2008
1 parent f276b53 commit eea4de9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions decoders/shn.c
Expand Up @@ -50,6 +50,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>

#include "SDL_sound.h"

Expand Down

0 comments on commit eea4de9

Please sign in to comment.