Blob Blame History Raw
Index: kadu-core/main.cpp
===================================================================
--- kadu-core/main.cpp	(wersja 7321)
+++ kadu-core/main.cpp	(wersja 7322)
@@ -15,6 +15,7 @@
 #include <errno.h>
 #ifndef Q_WS_WIN
 #include <sys/file.h>
+#include <sys/stat.h>
 #include <pwd.h>
 #else
 #include <winsock2.h>