зеркало из https://github.com/mozilla/gecko-dev.git
Bug 648735 - OpenBSD: Include sys/stat.h; r=cjones
otherwise fails with: ipc/chromium/src/base/platform_file_posix.cc:49: error: 'S_IRUSR' was not declared in this scope ipc/chromium/src/base/platform_file_posix.cc:49: error: 'S_IWUSR' was not declared in this scope
This commit is contained in:
Родитель
6ccad9ce0a
Коммит
44bf114e8f
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include "base/platform_file.h"
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#ifdef ANDROID
|
||||
|
|
Загрузка…
Ссылка в новой задаче