Kaydet (Commit) 88a40e70 authored tarafından Richard PALO's avatar Richard PALO Kaydeden (comit) Michael Stahl

O_RDWR and O_CREAT are defined in fcntl.h

Change-Id: I568ee2c3f103777720f6c39340a5915b10aeebb4
Signed-off-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 457105c7
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <sys/file.h> #include <sys/file.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h> #include <unistd.h>
const OUString RECENTLY_USED_FILE_NAME(".recently-used"); const OUString RECENTLY_USED_FILE_NAME(".recently-used");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment