浏览代码

Added VS.net 2008 Project

Wei Mingzhi 11 年之前
父节点
当前提交
a7235db0d7
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      libmad/music_mad.c
  2. 1 0
      native_midi/native_midi_common.c

+ 1 - 0
libmad/music_mad.c

@@ -20,6 +20,7 @@
     slouken@libsdl.org
 */
 
+#include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
 #include "music_mad.h"

+ 1 - 0
native_midi/native_midi_common.c

@@ -25,6 +25,7 @@
 
 #include "SDL.h"
 
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <limits.h>