diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/unix/sysshell/recently_used_file.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/unix/sysshell/recently_used_file.cxx b/shell/source/unix/sysshell/recently_used_file.cxx index 2189d0bce12e..08f96a389dbc 100644 --- a/shell/source/unix/sysshell/recently_used_file.cxx +++ b/shell/source/unix/sysshell/recently_used_file.cxx @@ -27,7 +27,7 @@ #include <sys/file.h> #include <sys/types.h> #include <sys/stat.h> - +#include <fcntl.h> #include <unistd.h> const OUString RECENTLY_USED_FILE_NAME(".recently-used"); |