Skip to content

Commit

Permalink
Added missing system includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lantinga committed Oct 23, 1999
1 parent 55897fa commit 709e851
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions music.c
Expand Up @@ -22,6 +22,8 @@
slouken@devolution.com
*/

#include <stdlib.h>
#include <string.h>
#include <SDL/SDL_endian.h>
#include <SDL/SDL_audio.h>

Expand Down

0 comments on commit 709e851

Please sign in to comment.