A couple of minor changes when #including <utime.h>
[ardour.git] / libs / fst / scanner.cc
index 084bcbe0a88c94baa9dc520becbd2bc72074c055..9bf714ff69ac28f8ba773ff2b1565a7194fc7256 100644 (file)
@@ -2,7 +2,12 @@
 #include <stdlib.h>
 #include <string.h>
 #include <vector>
+
+#ifdef COMPILER_MSVC
+#include <sys/utime.h>
+#else
 #include <utime.h>
+#endif
 
 #include <glib.h>