浏览代码

Added missing stdio include in test program.

Philipp Wiesemann 11 年之前
父节点
当前提交
8d11db2f93
共有 1 个文件被更改,包括 2 次插入0 次删除
  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 */