mkvparser: #include sys/type.h
On OS/2, off_t requires sys/types.h. Change-Id: Ic307347a62754b0b6d940c4d89228038f5f4e84b
This commit is contained in:
parent
686664eba2
commit
c36112caa0
@ -8,6 +8,8 @@
|
||||
|
||||
#include "mkvmuxer/mkvwriter.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <share.h> // for _SH_DENYWR
|
||||
#endif
|
||||
|
@ -7,6 +7,8 @@
|
||||
// be found in the AUTHORS file in the root of the source tree.
|
||||
#include "mkvparser/mkvreader.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <cassert>
|
||||
|
||||
namespace mkvparser {
|
||||
|
Loading…
Reference in New Issue
Block a user