summaryrefslogtreecommitdiff
path: root/multimedia/mkvtoolnix/files/patch-src_common_dts.cpp
blob: e94f57502a322d1b9075f6c5ba66e8098c193e53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/common/dts.cpp.orig	2015-07-18 11:39:41 UTC
+++ src/common/dts.cpp
@@ -23,6 +23,10 @@
 #include "common/endian.h"
 #include "common/math.h"
 
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
+
 // ---------------------------------------------------------------------------
 
 namespace mtx { namespace dts {