Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x265: include <sys/stat.h> for FreeBSD
`mode_t` values are defined in <sys/stat.h> in FreeBSD. They are used for calling open(2) in `source/common/ringmem.cpp`. The prototype of open(2) is in <fctl.h>, it's nice to put <sys/stat.h> close to it.
- Loading branch information