From 19d8538c93518c7b91fe3bbbaad1913acc7e8642 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 9 Jul 2013 07:18:18 -0700 Subject: [PATCH] Use the newer SDL types header. --- SDL_mixer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDL_mixer.h b/SDL_mixer.h index 998e3c8e..53fac6d7 100644 --- a/SDL_mixer.h +++ b/SDL_mixer.h @@ -24,7 +24,7 @@ #ifndef _SDL_MIXER_H #define _SDL_MIXER_H -#include "SDL_types.h" +#include "SDL_stdinc.h" #include "SDL_rwops.h" #include "SDL_audio.h" #include "SDL_endian.h"