Skip to content

Commit

Permalink
SHN decoder uses functions from math.h ...
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 17, 2008
1 parent a95e0df commit c3bd3a8
Showing 1 changed file with 1 addition and 0 deletions.
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 c3bd3a8

Please sign in to comment.