Commit b1c6e7c24474c673dfc7fdbaa7c1133e0852b634

Sam Lantinga 2020-01-23T00:32:34

Fixed compile warning

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/audio/SDL_wave.c b/src/audio/SDL_wave.c
index 71adb9e..95d3504 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.