Explorar o código

Fixed warning: no previous prototype for function 'SDL_UpdateAudio'

Sam Lantinga %!s(int64=2) %!d(string=hai) anos
pai
achega
124a0050b6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/audio/SDL_audio.c

+ 1 - 0
src/audio/SDL_audio.c

@@ -20,6 +20,7 @@
 */
 #include "SDL_internal.h"
 
+#include "SDL_audio_c.h"
 #include "SDL_sysaudio.h"
 #include "../thread/SDL_systhread.h"
 #include "../SDL_utils_c.h"