Fix ExportFormatSpecification copy-c'tor
[ardour.git] / libs / fst / scanner.cc
index f6478bcb5f63f5d9ae482b145d1acf0e9d674d8f..9bf714ff69ac28f8ba773ff2b1565a7194fc7256 100644 (file)
@@ -1,9 +1,14 @@
-#define _POSIX_C_SOURCE 200809L
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <vector>
 
+#ifdef COMPILER_MSVC
+#include <sys/utime.h>
+#else
+#include <utime.h>
+#endif
+
 #include <glib.h>
 
 #include "pbd/pbd.h"