mkvparser: #include sys/type.h

On OS/2, off_t requires sys/types.h.

Change-Id: Ic307347a62754b0b6d940c4d89228038f5f4e84b
This commit is contained in:
KO Myung-Hun 2017-01-25 12:54:50 +09:00 committed by Johann Koenig
parent 686664eba2
commit c36112caa0
2 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,8 @@
#include "mkvmuxer/mkvwriter.h"
#include <sys/types.h>
#ifdef _MSC_VER
#include <share.h> // for _SH_DENYWR
#endif

View File

@ -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 {