2007-04-27 Jonathan Chambers <joncham@gmail.com>
[mono.git] / eglib / test / sizes.c
index 1389374b1e198931c325e5e3f6a2d66154c12236..585cc113779009048e775123a80643319e6c3cd0 100644 (file)
@@ -4,7 +4,9 @@
  * These depend on -Werror, -Wall being set to catch the build error.
  */
 #include <stdio.h>
+#ifndef _MSC_VER
 #include <stdint.h>
+#endif
 #include <string.h>
 #include <glib.h>
 #include "test.h"