From 88a40e70fe921680ed303b8ab69ca866ae67078e Mon Sep 17 00:00:00 2001 From: Richard PALO Date: Sun, 9 Nov 2014 18:15:45 +0100 Subject: O_RDWR and O_CREAT are defined in fcntl.h Change-Id: I568ee2c3f103777720f6c39340a5915b10aeebb4 Signed-off-by: Michael Stahl --- shell/source/unix/sysshell/recently_used_file.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') 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 #include #include - +#include #include const OUString RECENTLY_USED_FILE_NAME(".recently-used"); -- cgit