From b1c6e7c24474c673dfc7fdbaa7c1133e0852b634 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 23 Jan 2020 00:32:34 -0800 Subject: [PATCH] Fixed compile warning --- src/audio/SDL_wave.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/audio/SDL_wave.c b/src/audio/SDL_wave.c index 71adb9e02..95d35045b 100644 --- a/src/audio/SDL_wave.c +++ b/src/audio/SDL_wave.c @@ -38,6 +38,7 @@ #include "SDL_hints.h" #include "SDL_audio.h" #include "SDL_wave.h" +#include "SDL_audio_c.h" /* Reads the value stored at the location of the f1 pointer, multiplies it * with the second argument and then stores the result to f1.