]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/info.c
w32: Modernize for MinGW 6.0.0, and clean up
[empserver] / src / lib / commands / info.c
index 39842159e69ab7ea8da2991c9c5a9da77ead128c..0cac8d159880fdd7d1ec5887bb4b80a0b56434ee 100644 (file)
@@ -40,7 +40,9 @@
 #include <errno.h>
 #include <sys/stat.h>
 #include <stdio.h>
-#if !defined(_WIN32)
+#ifdef _WIN32
+#include <windows.h>
+#else
 #include <strings.h>
 #include <dirent.h>
 #endif