Explorar o código

Added missing stdio include in test program.

Philipp Wiesemann %!s(int64=11) %!d(string=hai) anos
pai
achega
8d11db2f93
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      test/testmultiaudio.c

+ 2 - 0
test/testmultiaudio.c

@@ -11,6 +11,8 @@
 */
 #include "SDL.h"
 
+#include <stdio.h> /* for fflush() and stdout */
+
 static SDL_AudioSpec spec;
 static Uint8 *sound = NULL;     /* Pointer to wave data */
 static Uint32 soundlen = 0;     /* Length of wave data */