зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1139173
- ipc/chromium: Use <errno.h> instead of non-standard <sys/errno.h>. r=froydnj
This commit is contained in:
Родитель
44f6b5d48e
Коммит
6cf009e520
|
@ -14,7 +14,7 @@
|
|||
#include <libgen.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/errno.h>
|
||||
#include <errno.h>
|
||||
#include <sys/mman.h>
|
||||
#define _DARWIN_USE_64_BIT_INODE // Use 64-bit inode data structures
|
||||
#include <sys/stat.h>
|
||||
|
|
Загрузка…
Ссылка в новой задаче