14 lines
361 B
Plaintext
14 lines
361 B
Plaintext
|
$OpenBSD: patch-src_propedit_propedit_cpp,v 1.1 2010/04/05 20:27:09 benoit Exp $
|
||
|
--- src/propedit/propedit.cpp.orig Sun Apr 4 21:33:04 2010
|
||
|
+++ src/propedit/propedit.cpp Sun Apr 4 21:33:27 2010
|
||
|
@@ -10,6 +10,9 @@
|
||
|
|
||
|
#include "common/os.h"
|
||
|
|
||
|
+#include <unistd.h>
|
||
|
+#include <boost/limits.hpp>
|
||
|
+
|
||
|
#include <matroska/KaxInfo.h>
|
||
|
#include <matroska/KaxTracks.h>
|
||
|
|