More C90 compatibility fixes
[mono.git] / mono / profiler / mono-profiler-aot.c
index 080ccfa1b2b738af93f7e89cc25aac825021b7a1..ba614b4de7e0f6c55e4cd49ce7c433522f6344c1 100644 (file)
 #include <glib.h>
 #include <sys/stat.h>
 
+#ifdef HOST_WIN32
+#include <direct.h>
+#endif
+
 struct _MonoProfiler {
        GHashTable *images;
 };