diff --git a/libs/pbd/file_utils.cc b/libs/pbd/file_utils.cc index cfffd98592..311d22f9e0 100644 --- a/libs/pbd/file_utils.cc +++ b/libs/pbd/file_utils.cc @@ -399,7 +399,7 @@ remove_directory_internal (const string& dir, size_t* size, vector* path bool just_remove_files) { vector tmp_paths; - struct stat statbuf; + GStatBuf statbuf; int ret = 0; get_paths (tmp_paths, dir, just_remove_files, true);