ui/common/properties.c

changeset 588
59ea5791be5e
parent 513
a4e0ef98a8b4
child 674
51670b0bc625
--- a/ui/common/properties.c	Tue Apr 29 21:56:52 2025 +0200
+++ b/ui/common/properties.c	Tue May 06 13:17:52 2025 +0200
@@ -32,6 +32,10 @@
 #include <sys/stat.h>
 #include <errno.h>
 
+#ifdef _WIN32
+#include <direct.h>
+#endif
+
 #include "../ui/toolkit.h"
 
 

mercurial