KDE/kdelibs/kio/kio

Paulo Moura Guedes moura at kdewebdev.org
Wed Apr 12 15:22:01 CEST 2006


SVN commit 529046 by mojo:

stat.h is needed for S_IRWXU and company.

CCMAIL: kde-buildsystem at kde.org

 M  +1 -0      kfileitem.cpp  


--- trunk/KDE/kdelibs/kio/kio/kfileitem.cpp #529045:529046
@@ -27,6 +27,7 @@
 #include <pwd.h>
 #include <grp.h>
 #include <sys/types.h>
+#include <sys/stat.h>
 
 #include <assert.h>
 #include <unistd.h>


More information about the Kde-buildsystem mailing list