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>