Browse Source

Added VS.net 2008 Project

Wei Mingzhi 11 years ago
parent
commit
a7235db0d7
2 changed files with 2 additions and 0 deletions
  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>